Shades of Tory Blue #424F89
Tints of Tory Blue #424F89
RGB
CMYK
RGB Variations
Color information
#424F89 (or 0x424F89) is known color: Tory Blue. HEX triplet: 42, 4F and 89. RGB value is (66,79,137). Sum of RGB (Red+Green+Blue) = 66+79+137=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 79 (31.25% from 255 or 28.01% from 282); Blue value is 137 (53.91% from 255 or 48.58% from 282); Max value from RGB is 137 - color contains mainly: blue. Hex color #424F89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #424F89 is #BDB076. Grayscale: #515151. Windows color (decimal): -12431479 or 8998722. OLE color: 8998722.
HSL color Cylindrical-coordinate representation of color #424F89: hue angle of 229.01º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #424F89 is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 66 | 79 | 137 | - |
| CMYK | 0.52 | 0.42 | 0 | 0.46 |
| HSL | 229.01º | 0.35% | 0.4% | - |
| HSV(B) | 229.01º | 0.52% | 0.54% | - |
| XYZ | 9.56 | 8.56 | 24.81 | - |
| YUV | 81.73 | 159.19 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 79 | 137 | 0.52 | 0.42 | 0 | 0.46 | 229.01 | 0.35 | 0.4 |
| Hex | 42 | 4F | 89 | 34 | 2A | 0 | 2E | E5 | 23 | 28 |
| Octal | 102 | 117 | 211 | 64 | 52 | 0 | 56 | 345 | 43 | 50 |
| Binary | 1000010 | 1001111 | 10001001 | 110100 | 101010 | 0 | 101110 | 11100101 | 100011 | 101000 |
Color Harmonies of #424F89
Complementary color
Monochromatic Colors of #424F89
Black with #424F89
Text Example
Text Example
White with #424F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424F89; }
p { color: rgb(66,79,137); }
H1.HeaderClassName
{
color: #424F89;
}
.AnyTagClassName
{
color: #424F89;
}
</style>
background-color css
<style>
a { background-color: #424F89; }
a { background-color: rgb(66,79,137); }
div.DivClassName
{
background-color: #424F89;
}
.BgClassName
{
background-color: #424F89;
}
</style>
border-color css
<style>
span { border-color: #424F89; }
span { border-color: rgb(66,79,137); }
td.TdClassName
{
border-color: #424F89;
}
.TagClassName
{
border-color: #424F89;
}
</style>