Shades of Blue Zodiac #42475E
Tints of Blue Zodiac #42475E
RGB
CMYK
RGB Variations
Color information
#42475E (or 0x42475E) is known color: Blue Zodiac. HEX triplet: 42, 47 and 5E. RGB value is (66,71,94). Sum of RGB (Red+Green+Blue) = 66+71+94=231 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.57% from 231); Green value is 71 (28.12% from 255 or 30.74% from 231); Blue value is 94 (37.11% from 255 or 40.69% from 231); Max value from RGB is 94 - color contains mainly: blue. Hex color #42475E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42475E is #BDB8A1. Grayscale: #484848. Windows color (decimal): -12433570 or 6178626. OLE color: 6178626.
HSL color Cylindrical-coordinate representation of color #42475E: hue angle of 229.29º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #42475E is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 66 | 71 | 94 | - |
| CMYK | 0.30 | 0.24 | 0 | 0.63 |
| HSL | 229.29º | 0.18% | 0.31% | - |
| HSV(B) | 229.29º | 0.3% | 0.37% | - |
| XYZ | 6.52 | 6.47 | 11.5 | - |
| YUV | 72.13 | 140.34 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 71 | 94 | 0.30 | 0.24 | 0 | 0.63 | 229.29 | 0.18 | 0.31 |
| Hex | 42 | 47 | 5E | 1E | 18 | 0 | 3F | E5 | 12 | 1F |
| Octal | 102 | 107 | 136 | 36 | 30 | 0 | 77 | 345 | 22 | 37 |
| Binary | 1000010 | 1000111 | 1011110 | 11110 | 11000 | 0 | 111111 | 11100101 | 10010 | 11111 |
Color Harmonies of #42475E
Complementary color
Monochromatic Colors of #42475E
Black with #42475E
Text Example
Text Example
White with #42475E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42475E; }
p { color: rgb(66,71,94); }
H1.HeaderClassName
{
color: #42475E;
}
.AnyTagClassName
{
color: #42475E;
}
</style>
background-color css
<style>
a { background-color: #42475E; }
a { background-color: rgb(66,71,94); }
div.DivClassName
{
background-color: #42475E;
}
.BgClassName
{
background-color: #42475E;
}
</style>
border-color css
<style>
span { border-color: #42475E; }
span { border-color: rgb(66,71,94); }
td.TdClassName
{
border-color: #42475E;
}
.TagClassName
{
border-color: #42475E;
}
</style>