Shades of Tory Blue #424F92
Tints of Tory Blue #424F92
RGB
CMYK
RGB Variations
Color information
#424F92 (or 0x424F92) is known color: Tory Blue. HEX triplet: 42, 4F and 92. RGB value is (66,79,146). Sum of RGB (Red+Green+Blue) = 66+79+146=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 79 (31.25% from 255 or 27.15% from 291); Blue value is 146 (57.42% from 255 or 50.17% from 291); Max value from RGB is 146 - color contains mainly: blue. Hex color #424F92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #424F92 is #BDB06D. Grayscale: #525252. Windows color (decimal): -12431470 or 9588546. OLE color: 9588546.
HSL color Cylindrical-coordinate representation of color #424F92: hue angle of 230.25º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #424F92 is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 66 | 79 | 146 | - |
| CMYK | 0.55 | 0.46 | 0 | 0.43 |
| HSL | 230.25º | 0.38% | 0.42% | - |
| HSV(B) | 230.25º | 0.55% | 0.57% | - |
| XYZ | 10.23 | 8.83 | 28.36 | - |
| YUV | 82.75 | 163.69 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 79 | 146 | 0.55 | 0.46 | 0 | 0.43 | 230.25 | 0.38 | 0.42 |
| Hex | 42 | 4F | 92 | 37 | 2E | 0 | 2B | E6 | 26 | 2A |
| Octal | 102 | 117 | 222 | 67 | 56 | 0 | 53 | 346 | 46 | 52 |
| Binary | 1000010 | 1001111 | 10010010 | 110111 | 101110 | 0 | 101011 | 11100110 | 100110 | 101010 |
Color Harmonies of #424F92
Complementary color
Monochromatic Colors of #424F92
Black with #424F92
Text Example
Text Example
White with #424F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424F92; }
p { color: rgb(66,79,146); }
H1.HeaderClassName
{
color: #424F92;
}
.AnyTagClassName
{
color: #424F92;
}
</style>
background-color css
<style>
a { background-color: #424F92; }
a { background-color: rgb(66,79,146); }
div.DivClassName
{
background-color: #424F92;
}
.BgClassName
{
background-color: #424F92;
}
</style>
border-color css
<style>
span { border-color: #424F92; }
span { border-color: rgb(66,79,146); }
td.TdClassName
{
border-color: #424F92;
}
.TagClassName
{
border-color: #424F92;
}
</style>