Shades of Tory Blue #424C8B
Tints of Tory Blue #424C8B
RGB
CMYK
RGB Variations
Color information
#424C8B (or 0x424C8B) is known color: Tory Blue. HEX triplet: 42, 4C and 8B. RGB value is (66,76,139). Sum of RGB (Red+Green+Blue) = 66+76+139=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 76 (30.08% from 255 or 27.05% from 281); Blue value is 139 (54.69% from 255 or 49.47% from 281); Max value from RGB is 139 - color contains mainly: blue. Hex color #424C8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424C8B is #BDB374. Grayscale: #4F4F4F. Windows color (decimal): -12432245 or 9129026. OLE color: 9129026.
HSL color Cylindrical-coordinate representation of color #424C8B: hue angle of 231.78º 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 #424C8B is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 76 | 139 | - |
| CMYK | 0.53 | 0.45 | 0 | 0.45 |
| HSL | 231.78º | 0.36% | 0.4% | - |
| HSV(B) | 231.78º | 0.53% | 0.55% | - |
| XYZ | 9.49 | 8.19 | 25.51 | - |
| YUV | 80.19 | 161.19 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 76 | 139 | 0.53 | 0.45 | 0 | 0.45 | 231.78 | 0.36 | 0.4 |
| Hex | 42 | 4C | 8B | 35 | 2D | 0 | 2D | E8 | 24 | 28 |
| Octal | 102 | 114 | 213 | 65 | 55 | 0 | 55 | 350 | 44 | 50 |
| Binary | 1000010 | 1001100 | 10001011 | 110101 | 101101 | 0 | 101101 | 11101000 | 100100 | 101000 |
Color Harmonies of #424C8B
Complementary color
Monochromatic Colors of #424C8B
Black with #424C8B
Text Example
Text Example
White with #424C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424C8B; }
p { color: rgb(66,76,139); }
H1.HeaderClassName
{
color: #424C8B;
}
.AnyTagClassName
{
color: #424C8B;
}
</style>
background-color css
<style>
a { background-color: #424C8B; }
a { background-color: rgb(66,76,139); }
div.DivClassName
{
background-color: #424C8B;
}
.BgClassName
{
background-color: #424C8B;
}
</style>
border-color css
<style>
span { border-color: #424C8B; }
span { border-color: rgb(66,76,139); }
td.TdClassName
{
border-color: #424C8B;
}
.TagClassName
{
border-color: #424C8B;
}
</style>