Shades of Tory Blue #424B8C
Tints of Tory Blue #424B8C
RGB
CMYK
RGB Variations
Color information
#424B8C (or 0x424B8C) is known color: Tory Blue. HEX triplet: 42, 4B and 8C. RGB value is (66,75,140). Sum of RGB (Red+Green+Blue) = 66+75+140=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 75 (29.69% from 255 or 26.69% from 281); Blue value is 140 (55.08% from 255 or 49.82% from 281); Max value from RGB is 140 - color contains mainly: blue. Hex color #424B8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424B8C is #BDB473. Grayscale: #4F4F4F. Windows color (decimal): -12432500 or 9194306. OLE color: 9194306.
HSL color Cylindrical-coordinate representation of color #424B8C: hue angle of 232.7º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #424B8C is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 75 | 140 | - |
| CMYK | 0.53 | 0.46 | 0 | 0.45 |
| HSL | 232.7º | 0.36% | 0.4% | - |
| HSV(B) | 232.7º | 0.53% | 0.55% | - |
| XYZ | 9.5 | 8.08 | 25.87 | - |
| YUV | 79.72 | 162.02 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 75 | 140 | 0.53 | 0.46 | 0 | 0.45 | 232.7 | 0.36 | 0.4 |
| Hex | 42 | 4B | 8C | 35 | 2E | 0 | 2D | E9 | 24 | 28 |
| Octal | 102 | 113 | 214 | 65 | 56 | 0 | 55 | 351 | 44 | 50 |
| Binary | 1000010 | 1001011 | 10001100 | 110101 | 101110 | 0 | 101101 | 11101001 | 100100 | 101000 |
Color Harmonies of #424B8C
Complementary color
Monochromatic Colors of #424B8C
Black with #424B8C
Text Example
Text Example
White with #424B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424B8C; }
p { color: rgb(66,75,140); }
H1.HeaderClassName
{
color: #424B8C;
}
.AnyTagClassName
{
color: #424B8C;
}
</style>
background-color css
<style>
a { background-color: #424B8C; }
a { background-color: rgb(66,75,140); }
div.DivClassName
{
background-color: #424B8C;
}
.BgClassName
{
background-color: #424B8C;
}
</style>
border-color css
<style>
span { border-color: #424B8C; }
span { border-color: rgb(66,75,140); }
td.TdClassName
{
border-color: #424B8C;
}
.TagClassName
{
border-color: #424B8C;
}
</style>