Shades of Blue Zodiac #424654
Tints of Blue Zodiac #424654
RGB
CMYK
RGB Variations
Color information
#424654 (or 0x424654) is known color: Blue Zodiac. HEX triplet: 42, 46 and 54. RGB value is (66,70,84). Sum of RGB (Red+Green+Blue) = 66+70+84=220 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30% from 220); Green value is 70 (27.73% from 255 or 31.82% from 220); Blue value is 84 (33.20% from 255 or 38.18% from 220); Max value from RGB is 84 - color contains mainly: blue. Hex color #424654 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424654 is #BDB9AB. Grayscale: #464646. Windows color (decimal): -12433836 or 5523010. OLE color: 5523010.
HSL color Cylindrical-coordinate representation of color #424654: hue angle of 226.67º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #424654 is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 66 | 70 | 84 | - |
| CMYK | 0.21 | 0.17 | 0 | 0.67 |
| HSL | 226.67º | 0.12% | 0.29% | - |
| HSV(B) | 226.67º | 0.21% | 0.33% | - |
| XYZ | 6.04 | 6.18 | 9.26 | - |
| YUV | 70.4 | 135.67 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 70 | 84 | 0.21 | 0.17 | 0 | 0.67 | 226.67 | 0.12 | 0.29 |
| Hex | 42 | 46 | 54 | 15 | 11 | 0 | 43 | E3 | C | 1D |
| Octal | 102 | 106 | 124 | 25 | 21 | 0 | 103 | 343 | 14 | 35 |
| Binary | 1000010 | 1000110 | 1010100 | 10101 | 10001 | 0 | 1000011 | 11100011 | 1100 | 11101 |
Color Harmonies of #424654
Complementary color
Monochromatic Colors of #424654
Black with #424654
Text Example
Text Example
White with #424654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424654; }
p { color: rgb(66,70,84); }
H1.HeaderClassName
{
color: #424654;
}
.AnyTagClassName
{
color: #424654;
}
</style>
background-color css
<style>
a { background-color: #424654; }
a { background-color: rgb(66,70,84); }
div.DivClassName
{
background-color: #424654;
}
.BgClassName
{
background-color: #424654;
}
</style>
border-color css
<style>
span { border-color: #424654; }
span { border-color: rgb(66,70,84); }
td.TdClassName
{
border-color: #424654;
}
.TagClassName
{
border-color: #424654;
}
</style>