Shades of Blue Zodiac #424858
Tints of Blue Zodiac #424858
RGB
CMYK
RGB Variations
Color information
#424858 (or 0x424858) is known color: Blue Zodiac. HEX triplet: 42, 48 and 58. RGB value is (66,72,88). Sum of RGB (Red+Green+Blue) = 66+72+88=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 72 (28.52% from 255 or 31.86% from 226); Blue value is 88 (34.77% from 255 or 38.94% from 226); Max value from RGB is 88 - color contains mainly: blue. Hex color #424858 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424858 is #BDB7A7. Grayscale: #474747. Windows color (decimal): -12433320 or 5785666. OLE color: 5785666.
HSL color Cylindrical-coordinate representation of color #424858: hue angle of 223.64º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #424858 is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 66 | 72 | 88 | - |
| CMYK | 0.25 | 0.18 | 0 | 0.65 |
| HSL | 223.64º | 0.14% | 0.3% | - |
| HSV(B) | 223.64º | 0.25% | 0.35% | - |
| XYZ | 6.33 | 6.5 | 10.15 | - |
| YUV | 72.03 | 137.01 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 72 | 88 | 0.25 | 0.18 | 0 | 0.65 | 223.64 | 0.14 | 0.3 |
| Hex | 42 | 48 | 58 | 19 | 12 | 0 | 41 | E0 | E | 1E |
| Octal | 102 | 110 | 130 | 31 | 22 | 0 | 101 | 340 | 16 | 36 |
| Binary | 1000010 | 1001000 | 1011000 | 11001 | 10010 | 0 | 1000001 | 11100000 | 1110 | 11110 |
Color Harmonies of #424858
Complementary color
Monochromatic Colors of #424858
Black with #424858
Text Example
Text Example
White with #424858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424858; }
p { color: rgb(66,72,88); }
H1.HeaderClassName
{
color: #424858;
}
.AnyTagClassName
{
color: #424858;
}
</style>
background-color css
<style>
a { background-color: #424858; }
a { background-color: rgb(66,72,88); }
div.DivClassName
{
background-color: #424858;
}
.BgClassName
{
background-color: #424858;
}
</style>
border-color css
<style>
span { border-color: #424858; }
span { border-color: rgb(66,72,88); }
td.TdClassName
{
border-color: #424858;
}
.TagClassName
{
border-color: #424858;
}
</style>