Shades of Blue Zodiac #424754
Tints of Blue Zodiac #424754
RGB
CMYK
RGB Variations
Color information
#424754 (or 0x424754) is known color: Blue Zodiac. HEX triplet: 42, 47 and 54. RGB value is (66,71,84). Sum of RGB (Red+Green+Blue) = 66+71+84=221 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.86% from 221); Green value is 71 (28.12% from 255 or 32.13% from 221); Blue value is 84 (33.20% from 255 or 38.01% from 221); Max value from RGB is 84 - color contains mainly: blue. Hex color #424754 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424754 is #BDB8AB. Grayscale: #464646. Windows color (decimal): -12433580 or 5523266. OLE color: 5523266.
HSL color Cylindrical-coordinate representation of color #424754: hue angle of 223.33º 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 #424754 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 66 | 71 | 84 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.67 |
| HSL | 223.33º | 0.12% | 0.29% | - |
| HSV(B) | 223.33º | 0.21% | 0.33% | - |
| XYZ | 6.1 | 6.3 | 9.28 | - |
| YUV | 70.99 | 135.34 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 71 | 84 | 0.21 | 0.15 | 0 | 0.67 | 223.33 | 0.12 | 0.29 |
| Hex | 42 | 47 | 54 | 15 | F | 0 | 43 | DF | C | 1D |
| Octal | 102 | 107 | 124 | 25 | 17 | 0 | 103 | 337 | 14 | 35 |
| Binary | 1000010 | 1000111 | 1010100 | 10101 | 1111 | 0 | 1000011 | 11011111 | 1100 | 11101 |
Color Harmonies of #424754
Complementary color
Monochromatic Colors of #424754
Black with #424754
Text Example
Text Example
White with #424754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424754; }
p { color: rgb(66,71,84); }
H1.HeaderClassName
{
color: #424754;
}
.AnyTagClassName
{
color: #424754;
}
</style>
background-color css
<style>
a { background-color: #424754; }
a { background-color: rgb(66,71,84); }
div.DivClassName
{
background-color: #424754;
}
.BgClassName
{
background-color: #424754;
}
</style>
border-color css
<style>
span { border-color: #424754; }
span { border-color: rgb(66,71,84); }
td.TdClassName
{
border-color: #424754;
}
.TagClassName
{
border-color: #424754;
}
</style>