Shades of Blue Zodiac #454955
Tints of Blue Zodiac #454955
RGB
CMYK
RGB Variations
Color information
#454955 (or 0x454955) is known color: Blue Zodiac. HEX triplet: 45, 49 and 55. RGB value is (69,73,85). Sum of RGB (Red+Green+Blue) = 69+73+85=227 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.40% from 227); Green value is 73 (28.91% from 255 or 32.16% from 227); Blue value is 85 (33.59% from 255 or 37.44% from 227); Max value from RGB is 85 - color contains mainly: blue. Hex color #454955 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454955 is #BAB6AA. Grayscale: #494949. Windows color (decimal): -12236459 or 5589317. OLE color: 5589317.
HSL color Cylindrical-coordinate representation of color #454955: hue angle of 225º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #454955 is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 73 | 85 | - |
| CMYK | 0.19 | 0.14 | 0 | 0.67 |
| HSL | 225º | 0.1% | 0.3% | - |
| HSV(B) | 225º | 0.19% | 0.33% | - |
| XYZ | 6.48 | 6.69 | 9.54 | - |
| YUV | 73.17 | 134.67 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 73 | 85 | 0.19 | 0.14 | 0 | 0.67 | 225 | 0.1 | 0.3 |
| Hex | 45 | 49 | 55 | 13 | E | 0 | 43 | E1 | A | 1E |
| Octal | 105 | 111 | 125 | 23 | 16 | 0 | 103 | 341 | 12 | 36 |
| Binary | 1000101 | 1001001 | 1010101 | 10011 | 1110 | 0 | 1000011 | 11100001 | 1010 | 11110 |
Color Harmonies of #454955
Complementary color
Monochromatic Colors of #454955
Black with #454955
Text Example
Text Example
White with #454955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454955; }
p { color: rgb(69,73,85); }
H1.HeaderClassName
{
color: #454955;
}
.AnyTagClassName
{
color: #454955;
}
</style>
background-color css
<style>
a { background-color: #454955; }
a { background-color: rgb(69,73,85); }
div.DivClassName
{
background-color: #454955;
}
.BgClassName
{
background-color: #454955;
}
</style>
border-color css
<style>
span { border-color: #454955; }
span { border-color: rgb(69,73,85); }
td.TdClassName
{
border-color: #454955;
}
.TagClassName
{
border-color: #454955;
}
</style>