Shades of Blue Zodiac #424753
Tints of Blue Zodiac #424753
RGB
CMYK
RGB Variations
Color information
#424753 (or 0x424753) is known color: Blue Zodiac. HEX triplet: 42, 47 and 53. RGB value is (66,71,83). Sum of RGB (Red+Green+Blue) = 66+71+83=220 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30% from 220); Green value is 71 (28.12% from 255 or 32.27% from 220); Blue value is 83 (32.81% from 255 or 37.73% from 220); Max value from RGB is 83 - color contains mainly: blue. Hex color #424753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424753 is #BDB8AC. Grayscale: #464646. Windows color (decimal): -12433581 or 5457730. OLE color: 5457730.
HSL color Cylindrical-coordinate representation of color #424753: hue angle of 222.35º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #424753 is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 66 | 71 | 83 | - |
| CMYK | 0.20 | 0.14 | 0 | 0.67 |
| HSL | 222.35º | 0.11% | 0.29% | - |
| HSV(B) | 222.35º | 0.2% | 0.33% | - |
| XYZ | 6.06 | 6.29 | 9.08 | - |
| YUV | 70.87 | 134.84 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 71 | 83 | 0.20 | 0.14 | 0 | 0.67 | 222.35 | 0.11 | 0.29 |
| Hex | 42 | 47 | 53 | 14 | E | 0 | 43 | DE | B | 1D |
| Octal | 102 | 107 | 123 | 24 | 16 | 0 | 103 | 336 | 13 | 35 |
| Binary | 1000010 | 1000111 | 1010011 | 10100 | 1110 | 0 | 1000011 | 11011110 | 1011 | 11101 |
Color Harmonies of #424753
Complementary color
Monochromatic Colors of #424753
Black with #424753
Text Example
Text Example
White with #424753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424753; }
p { color: rgb(66,71,83); }
H1.HeaderClassName
{
color: #424753;
}
.AnyTagClassName
{
color: #424753;
}
</style>
background-color css
<style>
a { background-color: #424753; }
a { background-color: rgb(66,71,83); }
div.DivClassName
{
background-color: #424753;
}
.BgClassName
{
background-color: #424753;
}
</style>
border-color css
<style>
span { border-color: #424753; }
span { border-color: rgb(66,71,83); }
td.TdClassName
{
border-color: #424753;
}
.TagClassName
{
border-color: #424753;
}
</style>