Shades of Tory Blue #424C85
Tints of Tory Blue #424C85
RGB
CMYK
RGB Variations
Color information
#424C85 (or 0x424C85) is known color: Tory Blue. HEX triplet: 42, 4C and 85. RGB value is (66,76,133). Sum of RGB (Red+Green+Blue) = 66+76+133=275 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24% from 275); Green value is 76 (30.08% from 255 or 27.64% from 275); Blue value is 133 (52.34% from 255 or 48.36% from 275); Max value from RGB is 133 - color contains mainly: blue. Hex color #424C85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424C85 is #BDB37A. Grayscale: #4F4F4F. Windows color (decimal): -12432251 or 8735810. OLE color: 8735810.
HSL color Cylindrical-coordinate representation of color #424C85: hue angle of 231.04º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #424C85 is Cyan = 0.50, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 66 | 76 | 133 | - |
| CMYK | 0.50 | 0.43 | 0 | 0.48 |
| HSL | 231.04º | 0.34% | 0.39% | - |
| HSV(B) | 231.04º | 0.5% | 0.52% | - |
| XYZ | 9.06 | 8.02 | 23.26 | - |
| YUV | 79.51 | 158.19 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 76 | 133 | 0.50 | 0.43 | 0 | 0.48 | 231.04 | 0.34 | 0.39 |
| Hex | 42 | 4C | 85 | 32 | 2B | 0 | 30 | E7 | 22 | 27 |
| Octal | 102 | 114 | 205 | 62 | 53 | 0 | 60 | 347 | 42 | 47 |
| Binary | 1000010 | 1001100 | 10000101 | 110010 | 101011 | 0 | 110000 | 11100111 | 100010 | 100111 |
Color Harmonies of #424C85
Complementary color
Monochromatic Colors of #424C85
Black with #424C85
Text Example
Text Example
White with #424C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424C85; }
p { color: rgb(66,76,133); }
H1.HeaderClassName
{
color: #424C85;
}
.AnyTagClassName
{
color: #424C85;
}
</style>
background-color css
<style>
a { background-color: #424C85; }
a { background-color: rgb(66,76,133); }
div.DivClassName
{
background-color: #424C85;
}
.BgClassName
{
background-color: #424C85;
}
</style>
border-color css
<style>
span { border-color: #424C85; }
span { border-color: rgb(66,76,133); }
td.TdClassName
{
border-color: #424C85;
}
.TagClassName
{
border-color: #424C85;
}
</style>