Shades of Blue Zodiac #42454F
Tints of Blue Zodiac #42454F
RGB
CMYK
RGB Variations
Color information
#42454F (or 0x42454F) is known color: Blue Zodiac. HEX triplet: 42, 45 and 4F. RGB value is (66,69,79). Sum of RGB (Red+Green+Blue) = 66+69+79=214 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.84% from 214); Green value is 69 (27.34% from 255 or 32.24% from 214); Blue value is 79 (31.25% from 255 or 36.92% from 214); Max value from RGB is 79 - color contains mainly: blue. Hex color #42454F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42454F is #BDBAB0. Grayscale: #454545. Windows color (decimal): -12434097 or 5195074. OLE color: 5195074.
HSL color Cylindrical-coordinate representation of color #42454F: hue angle of 226.15º degrees, saturation: 0.09, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #42454F is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 66 | 69 | 79 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.69 |
| HSL | 226.15º | 0.09% | 0.28% | - |
| HSV(B) | 226.15º | 0.16% | 0.31% | - |
| XYZ | 5.79 | 5.98 | 8.25 | - |
| YUV | 69.24 | 133.51 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 69 | 79 | 0.16 | 0.13 | 0 | 0.69 | 226.15 | 0.09 | 0.28 |
| Hex | 42 | 45 | 4F | 10 | D | 0 | 45 | E2 | 9 | 1C |
| Octal | 102 | 105 | 117 | 20 | 15 | 0 | 105 | 342 | 11 | 34 |
| Binary | 1000010 | 1000101 | 1001111 | 10000 | 1101 | 0 | 1000101 | 11100010 | 1001 | 11100 |
Color Harmonies of #42454F
Complementary color
Monochromatic Colors of #42454F
Black with #42454F
Text Example
Text Example
White with #42454F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42454F; }
p { color: rgb(66,69,79); }
H1.HeaderClassName
{
color: #42454F;
}
.AnyTagClassName
{
color: #42454F;
}
</style>
background-color css
<style>
a { background-color: #42454F; }
a { background-color: rgb(66,69,79); }
div.DivClassName
{
background-color: #42454F;
}
.BgClassName
{
background-color: #42454F;
}
</style>
border-color css
<style>
span { border-color: #42454F; }
span { border-color: rgb(66,69,79); }
td.TdClassName
{
border-color: #42454F;
}
.TagClassName
{
border-color: #42454F;
}
</style>