Shades of Blue Zodiac #454956
Tints of Blue Zodiac #454956
RGB
CMYK
RGB Variations
Color information
#454956 (or 0x454956) is known color: Blue Zodiac. HEX triplet: 45, 49 and 56. RGB value is (69,73,86). Sum of RGB (Red+Green+Blue) = 69+73+86=228 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.26% from 228); Green value is 73 (28.91% from 255 or 32.02% from 228); Blue value is 86 (33.98% from 255 or 37.72% from 228); Max value from RGB is 86 - color contains mainly: blue. Hex color #454956 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454956 is #BAB6A9. Grayscale: #494949. Windows color (decimal): -12236458 or 5654853. OLE color: 5654853.
HSL color Cylindrical-coordinate representation of color #454956: hue angle of 225.88º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #454956 is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 69 | 73 | 86 | - |
| CMYK | 0.20 | 0.15 | 0 | 0.66 |
| HSL | 225.88º | 0.11% | 0.3% | - |
| HSV(B) | 225.88º | 0.2% | 0.34% | - |
| XYZ | 6.52 | 6.7 | 9.75 | - |
| YUV | 73.29 | 135.17 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 73 | 86 | 0.20 | 0.15 | 0 | 0.66 | 225.88 | 0.11 | 0.3 |
| Hex | 45 | 49 | 56 | 14 | F | 0 | 42 | E2 | B | 1E |
| Octal | 105 | 111 | 126 | 24 | 17 | 0 | 102 | 342 | 13 | 36 |
| Binary | 1000101 | 1001001 | 1010110 | 10100 | 1111 | 0 | 1000010 | 11100010 | 1011 | 11110 |
Color Harmonies of #454956
Complementary color
Monochromatic Colors of #454956
Black with #454956
Text Example
Text Example
White with #454956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454956; }
p { color: rgb(69,73,86); }
H1.HeaderClassName
{
color: #454956;
}
.AnyTagClassName
{
color: #454956;
}
</style>
background-color css
<style>
a { background-color: #454956; }
a { background-color: rgb(69,73,86); }
div.DivClassName
{
background-color: #454956;
}
.BgClassName
{
background-color: #454956;
}
</style>
border-color css
<style>
span { border-color: #454956; }
span { border-color: rgb(69,73,86); }
td.TdClassName
{
border-color: #454956;
}
.TagClassName
{
border-color: #454956;
}
</style>