Shades of Blue Zodiac #454853
Tints of Blue Zodiac #454853
RGB
CMYK
RGB Variations
Color information
#454853 (or 0x454853) is known color: Blue Zodiac. HEX triplet: 45, 48 and 53. RGB value is (69,72,83). Sum of RGB (Red+Green+Blue) = 69+72+83=224 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.80% from 224); Green value is 72 (28.52% from 255 or 32.14% from 224); Blue value is 83 (32.81% from 255 or 37.05% from 224); Max value from RGB is 83 - color contains mainly: blue. Hex color #454853 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454853 is #BAB7AC. Grayscale: #484848. Windows color (decimal): -12236717 or 5457989. OLE color: 5457989.
HSL color Cylindrical-coordinate representation of color #454853: hue angle of 227.14º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #454853 is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 72 | 83 | - |
| CMYK | 0.17 | 0.13 | 0 | 0.67 |
| HSL | 227.14º | 0.09% | 0.3% | - |
| HSV(B) | 227.14º | 0.17% | 0.33% | - |
| XYZ | 6.33 | 6.52 | 9.11 | - |
| YUV | 72.36 | 134.01 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 72 | 83 | 0.17 | 0.13 | 0 | 0.67 | 227.14 | 0.09 | 0.3 |
| Hex | 45 | 48 | 53 | 11 | D | 0 | 43 | E3 | 9 | 1E |
| Octal | 105 | 110 | 123 | 21 | 15 | 0 | 103 | 343 | 11 | 36 |
| Binary | 1000101 | 1001000 | 1010011 | 10001 | 1101 | 0 | 1000011 | 11100011 | 1001 | 11110 |
Color Harmonies of #454853
Complementary color
Monochromatic Colors of #454853
Black with #454853
Text Example
Text Example
White with #454853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454853; }
p { color: rgb(69,72,83); }
H1.HeaderClassName
{
color: #454853;
}
.AnyTagClassName
{
color: #454853;
}
</style>
background-color css
<style>
a { background-color: #454853; }
a { background-color: rgb(69,72,83); }
div.DivClassName
{
background-color: #454853;
}
.BgClassName
{
background-color: #454853;
}
</style>
border-color css
<style>
span { border-color: #454853; }
span { border-color: rgb(69,72,83); }
td.TdClassName
{
border-color: #454853;
}
.TagClassName
{
border-color: #454853;
}
</style>