Shades of Blue Zodiac #424557
Tints of Blue Zodiac #424557
RGB
CMYK
RGB Variations
Color information
#424557 (or 0x424557) is known color: Blue Zodiac. HEX triplet: 42, 45 and 57. RGB value is (66,69,87). Sum of RGB (Red+Green+Blue) = 66+69+87=222 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.73% from 222); Green value is 69 (27.34% from 255 or 31.08% from 222); Blue value is 87 (34.38% from 255 or 39.19% from 222); Max value from RGB is 87 - color contains mainly: blue. Hex color #424557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424557 is #BDBAA8. Grayscale: #464646. Windows color (decimal): -12434089 or 5719362. OLE color: 5719362.
HSL color Cylindrical-coordinate representation of color #424557: hue angle of 231.43º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #424557 is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 66 | 69 | 87 | - |
| CMYK | 0.24 | 0.21 | 0 | 0.66 |
| HSL | 231.43º | 0.14% | 0.3% | - |
| HSV(B) | 231.43º | 0.24% | 0.34% | - |
| XYZ | 6.1 | 6.1 | 9.87 | - |
| YUV | 70.16 | 137.51 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 69 | 87 | 0.24 | 0.21 | 0 | 0.66 | 231.43 | 0.14 | 0.3 |
| Hex | 42 | 45 | 57 | 18 | 15 | 0 | 42 | E7 | E | 1E |
| Octal | 102 | 105 | 127 | 30 | 25 | 0 | 102 | 347 | 16 | 36 |
| Binary | 1000010 | 1000101 | 1010111 | 11000 | 10101 | 0 | 1000010 | 11100111 | 1110 | 11110 |
Color Harmonies of #424557
Complementary color
Monochromatic Colors of #424557
Black with #424557
Text Example
Text Example
White with #424557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424557; }
p { color: rgb(66,69,87); }
H1.HeaderClassName
{
color: #424557;
}
.AnyTagClassName
{
color: #424557;
}
</style>
background-color css
<style>
a { background-color: #424557; }
a { background-color: rgb(66,69,87); }
div.DivClassName
{
background-color: #424557;
}
.BgClassName
{
background-color: #424557;
}
</style>
border-color css
<style>
span { border-color: #424557; }
span { border-color: rgb(66,69,87); }
td.TdClassName
{
border-color: #424557;
}
.TagClassName
{
border-color: #424557;
}
</style>