Shades of Blue Zodiac #424A5F
Tints of Blue Zodiac #424A5F
RGB
CMYK
RGB Variations
Color information
#424A5F (or 0x424A5F) is known color: Blue Zodiac. HEX triplet: 42, 4A and 5F. RGB value is (66,74,95). Sum of RGB (Red+Green+Blue) = 66+74+95=235 (31% of max value = 765). Red value is 66 (26.17% from 255 or 28.09% from 235); Green value is 74 (29.30% from 255 or 31.49% from 235); Blue value is 95 (37.5% from 255 or 40.43% from 235); Max value from RGB is 95 - color contains mainly: blue. Hex color #424A5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424A5F is #BDB5A0. Grayscale: #494949. Windows color (decimal): -12432801 or 6244930. OLE color: 6244930.
HSL color Cylindrical-coordinate representation of color #424A5F: hue angle of 223.45º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #424A5F is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 66 | 74 | 95 | - |
| CMYK | 0.31 | 0.22 | 0 | 0.63 |
| HSL | 223.45º | 0.18% | 0.32% | - |
| HSV(B) | 223.45º | 0.31% | 0.37% | - |
| XYZ | 6.76 | 6.88 | 11.8 | - |
| YUV | 74 | 139.85 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 74 | 95 | 0.31 | 0.22 | 0 | 0.63 | 223.45 | 0.18 | 0.32 |
| Hex | 42 | 4A | 5F | 1F | 16 | 0 | 3F | DF | 12 | 20 |
| Octal | 102 | 112 | 137 | 37 | 26 | 0 | 77 | 337 | 22 | 40 |
| Binary | 1000010 | 1001010 | 1011111 | 11111 | 10110 | 0 | 111111 | 11011111 | 10010 | 100000 |
Color Harmonies of #424A5F
Complementary color
Monochromatic Colors of #424A5F
Black with #424A5F
Text Example
Text Example
White with #424A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424A5F; }
p { color: rgb(66,74,95); }
H1.HeaderClassName
{
color: #424A5F;
}
.AnyTagClassName
{
color: #424A5F;
}
</style>
background-color css
<style>
a { background-color: #424A5F; }
a { background-color: rgb(66,74,95); }
div.DivClassName
{
background-color: #424A5F;
}
.BgClassName
{
background-color: #424A5F;
}
</style>
border-color css
<style>
span { border-color: #424A5F; }
span { border-color: rgb(66,74,95); }
td.TdClassName
{
border-color: #424A5F;
}
.TagClassName
{
border-color: #424A5F;
}
</style>