Shades of Tory Blue #424E90
Tints of Tory Blue #424E90
RGB
CMYK
RGB Variations
Color information
#424E90 (or 0x424E90) is known color: Tory Blue. HEX triplet: 42, 4E and 90. RGB value is (66,78,144). Sum of RGB (Red+Green+Blue) = 66+78+144=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 78 (30.86% from 255 or 27.08% from 288); Blue value is 144 (56.64% from 255 or 50% from 288); Max value from RGB is 144 - color contains mainly: blue. Hex color #424E90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #424E90 is #BDB16F. Grayscale: #515151. Windows color (decimal): -12431728 or 9457218. OLE color: 9457218.
HSL color Cylindrical-coordinate representation of color #424E90: hue angle of 230.77º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #424E90 is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 66 | 78 | 144 | - |
| CMYK | 0.54 | 0.46 | 0 | 0.44 |
| HSL | 230.77º | 0.37% | 0.41% | - |
| HSV(B) | 230.77º | 0.54% | 0.56% | - |
| XYZ | 10.01 | 8.62 | 27.52 | - |
| YUV | 81.94 | 163.02 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 78 | 144 | 0.54 | 0.46 | 0 | 0.44 | 230.77 | 0.37 | 0.41 |
| Hex | 42 | 4E | 90 | 36 | 2E | 0 | 2C | E7 | 25 | 29 |
| Octal | 102 | 116 | 220 | 66 | 56 | 0 | 54 | 347 | 45 | 51 |
| Binary | 1000010 | 1001110 | 10010000 | 110110 | 101110 | 0 | 101100 | 11100111 | 100101 | 101001 |
Color Harmonies of #424E90
Complementary color
Monochromatic Colors of #424E90
Black with #424E90
Text Example
Text Example
White with #424E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424E90; }
p { color: rgb(66,78,144); }
H1.HeaderClassName
{
color: #424E90;
}
.AnyTagClassName
{
color: #424E90;
}
</style>
background-color css
<style>
a { background-color: #424E90; }
a { background-color: rgb(66,78,144); }
div.DivClassName
{
background-color: #424E90;
}
.BgClassName
{
background-color: #424E90;
}
</style>
border-color css
<style>
span { border-color: #424E90; }
span { border-color: rgb(66,78,144); }
td.TdClassName
{
border-color: #424E90;
}
.TagClassName
{
border-color: #424E90;
}
</style>