Shades of Tory Blue #424A8A
Tints of Tory Blue #424A8A
RGB
CMYK
RGB Variations
Color information
#424A8A (or 0x424A8A) is known color: Tory Blue. HEX triplet: 42, 4A and 8A. RGB value is (66,74,138). Sum of RGB (Red+Green+Blue) = 66+74+138=278 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.74% from 278); Green value is 74 (29.30% from 255 or 26.62% from 278); Blue value is 138 (54.30% from 255 or 49.64% from 278); Max value from RGB is 138 - color contains mainly: blue. Hex color #424A8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424A8A is #BDB575. Grayscale: #4E4E4E. Windows color (decimal): -12432758 or 9062978. OLE color: 9062978.
HSL color Cylindrical-coordinate representation of color #424A8A: hue angle of 233.33º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #424A8A is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 66 | 74 | 138 | - |
| CMYK | 0.52 | 0.46 | 0 | 0.46 |
| HSL | 233.33º | 0.35% | 0.4% | - |
| HSV(B) | 233.33º | 0.52% | 0.54% | - |
| XYZ | 9.28 | 7.89 | 25.08 | - |
| YUV | 78.9 | 161.35 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 74 | 138 | 0.52 | 0.46 | 0 | 0.46 | 233.33 | 0.35 | 0.4 |
| Hex | 42 | 4A | 8A | 34 | 2E | 0 | 2E | E9 | 23 | 28 |
| Octal | 102 | 112 | 212 | 64 | 56 | 0 | 56 | 351 | 43 | 50 |
| Binary | 1000010 | 1001010 | 10001010 | 110100 | 101110 | 0 | 101110 | 11101001 | 100011 | 101000 |
Color Harmonies of #424A8A
Complementary color
Monochromatic Colors of #424A8A
Black with #424A8A
Text Example
Text Example
White with #424A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424A8A; }
p { color: rgb(66,74,138); }
H1.HeaderClassName
{
color: #424A8A;
}
.AnyTagClassName
{
color: #424A8A;
}
</style>
background-color css
<style>
a { background-color: #424A8A; }
a { background-color: rgb(66,74,138); }
div.DivClassName
{
background-color: #424A8A;
}
.BgClassName
{
background-color: #424A8A;
}
</style>
border-color css
<style>
span { border-color: #424A8A; }
span { border-color: rgb(66,74,138); }
td.TdClassName
{
border-color: #424A8A;
}
.TagClassName
{
border-color: #424A8A;
}
</style>