Shades of Tory Blue #424C91
Tints of Tory Blue #424C91
RGB
CMYK
RGB Variations
Color information
#424C91 (or 0x424C91) is known color: Tory Blue. HEX triplet: 42, 4C and 91. RGB value is (66,76,145). Sum of RGB (Red+Green+Blue) = 66+76+145=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 76 (30.08% from 255 or 26.48% from 287); Blue value is 145 (57.03% from 255 or 50.52% from 287); Max value from RGB is 145 - color contains mainly: blue. Hex color #424C91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424C91 is #BDB36E. Grayscale: #505050. Windows color (decimal): -12432239 or 9522242. OLE color: 9522242.
HSL color Cylindrical-coordinate representation of color #424C91: hue angle of 232.41º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #424C91 is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 66 | 76 | 145 | - |
| CMYK | 0.54 | 0.48 | 0 | 0.43 |
| HSL | 232.41º | 0.37% | 0.41% | - |
| HSV(B) | 232.41º | 0.54% | 0.57% | - |
| XYZ | 9.94 | 8.37 | 27.88 | - |
| YUV | 80.88 | 164.19 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 76 | 145 | 0.54 | 0.48 | 0 | 0.43 | 232.41 | 0.37 | 0.41 |
| Hex | 42 | 4C | 91 | 36 | 30 | 0 | 2B | E8 | 25 | 29 |
| Octal | 102 | 114 | 221 | 66 | 60 | 0 | 53 | 350 | 45 | 51 |
| Binary | 1000010 | 1001100 | 10010001 | 110110 | 110000 | 0 | 101011 | 11101000 | 100101 | 101001 |
Color Harmonies of #424C91
Complementary color
Monochromatic Colors of #424C91
Black with #424C91
Text Example
Text Example
White with #424C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424C91; }
p { color: rgb(66,76,145); }
H1.HeaderClassName
{
color: #424C91;
}
.AnyTagClassName
{
color: #424C91;
}
</style>
background-color css
<style>
a { background-color: #424C91; }
a { background-color: rgb(66,76,145); }
div.DivClassName
{
background-color: #424C91;
}
.BgClassName
{
background-color: #424C91;
}
</style>
border-color css
<style>
span { border-color: #424C91; }
span { border-color: rgb(66,76,145); }
td.TdClassName
{
border-color: #424C91;
}
.TagClassName
{
border-color: #424C91;
}
</style>