Shades of Tory Blue #424F88
Tints of Tory Blue #424F88
RGB
CMYK
RGB Variations
Color information
#424F88 (or 0x424F88) is known color: Tory Blue. HEX triplet: 42, 4F and 88. RGB value is (66,79,136). Sum of RGB (Red+Green+Blue) = 66+79+136=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 79 (31.25% from 255 or 28.11% from 281); Blue value is 136 (53.52% from 255 or 48.40% from 281); Max value from RGB is 136 - color contains mainly: blue. Hex color #424F88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #424F88 is #BDB077. Grayscale: #515151. Windows color (decimal): -12431480 or 8933186. OLE color: 8933186.
HSL color Cylindrical-coordinate representation of color #424F88: hue angle of 228.86º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #424F88 is Cyan = 0.51, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 79 | 136 | - |
| CMYK | 0.51 | 0.42 | 0 | 0.47 |
| HSL | 228.86º | 0.35% | 0.4% | - |
| HSV(B) | 228.86º | 0.51% | 0.53% | - |
| XYZ | 9.49 | 8.53 | 24.44 | - |
| YUV | 81.61 | 158.69 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 79 | 136 | 0.51 | 0.42 | 0 | 0.47 | 228.86 | 0.35 | 0.4 |
| Hex | 42 | 4F | 88 | 33 | 2A | 0 | 2F | E5 | 23 | 28 |
| Octal | 102 | 117 | 210 | 63 | 52 | 0 | 57 | 345 | 43 | 50 |
| Binary | 1000010 | 1001111 | 10001000 | 110011 | 101010 | 0 | 101111 | 11100101 | 100011 | 101000 |
Color Harmonies of #424F88
Complementary color
Monochromatic Colors of #424F88
Black with #424F88
Text Example
Text Example
White with #424F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424F88; }
p { color: rgb(66,79,136); }
H1.HeaderClassName
{
color: #424F88;
}
.AnyTagClassName
{
color: #424F88;
}
</style>
background-color css
<style>
a { background-color: #424F88; }
a { background-color: rgb(66,79,136); }
div.DivClassName
{
background-color: #424F88;
}
.BgClassName
{
background-color: #424F88;
}
</style>
border-color css
<style>
span { border-color: #424F88; }
span { border-color: rgb(66,79,136); }
td.TdClassName
{
border-color: #424F88;
}
.TagClassName
{
border-color: #424F88;
}
</style>