Shades of Blue Zodiac #424659
Tints of Blue Zodiac #424659
RGB
CMYK
RGB Variations
Color information
#424659 (or 0x424659) is known color: Blue Zodiac. HEX triplet: 42, 46 and 59. RGB value is (66,70,89). Sum of RGB (Red+Green+Blue) = 66+70+89=225 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.33% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 89 (35.16% from 255 or 39.56% from 225); Max value from RGB is 89 - color contains mainly: blue. Hex color #424659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424659 is #BDB9A6. Grayscale: #464646. Windows color (decimal): -12433831 or 5850690. OLE color: 5850690.
HSL color Cylindrical-coordinate representation of color #424659: hue angle of 229.57º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #424659 is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 66 | 70 | 89 | - |
| CMYK | 0.26 | 0.21 | 0 | 0.65 |
| HSL | 229.57º | 0.15% | 0.3% | - |
| HSV(B) | 229.57º | 0.26% | 0.35% | - |
| XYZ | 6.24 | 6.26 | 10.33 | - |
| YUV | 70.97 | 138.17 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 70 | 89 | 0.26 | 0.21 | 0 | 0.65 | 229.57 | 0.15 | 0.3 |
| Hex | 42 | 46 | 59 | 1A | 15 | 0 | 41 | E6 | F | 1E |
| Octal | 102 | 106 | 131 | 32 | 25 | 0 | 101 | 346 | 17 | 36 |
| Binary | 1000010 | 1000110 | 1011001 | 11010 | 10101 | 0 | 1000001 | 11100110 | 1111 | 11110 |
Color Harmonies of #424659
Complementary color
Monochromatic Colors of #424659
Black with #424659
Text Example
Text Example
White with #424659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424659; }
p { color: rgb(66,70,89); }
H1.HeaderClassName
{
color: #424659;
}
.AnyTagClassName
{
color: #424659;
}
</style>
background-color css
<style>
a { background-color: #424659; }
a { background-color: rgb(66,70,89); }
div.DivClassName
{
background-color: #424659;
}
.BgClassName
{
background-color: #424659;
}
</style>
border-color css
<style>
span { border-color: #424659; }
span { border-color: rgb(66,70,89); }
td.TdClassName
{
border-color: #424659;
}
.TagClassName
{
border-color: #424659;
}
</style>