Shades of Blue Zodiac #454957
Tints of Blue Zodiac #454957
RGB
CMYK
RGB Variations
Color information
#454957 (or 0x454957) is known color: Blue Zodiac. HEX triplet: 45, 49 and 57. RGB value is (69,73,87). Sum of RGB (Red+Green+Blue) = 69+73+87=229 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.13% from 229); Green value is 73 (28.91% from 255 or 31.88% from 229); Blue value is 87 (34.38% from 255 or 37.99% from 229); Max value from RGB is 87 - color contains mainly: blue. Hex color #454957 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454957 is #BAB6A8. Grayscale: #494949. Windows color (decimal): -12236457 or 5720389. OLE color: 5720389.
HSL color Cylindrical-coordinate representation of color #454957: hue angle of 226.67º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #454957 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 69 | 73 | 87 | - |
| CMYK | 0.21 | 0.16 | 0 | 0.66 |
| HSL | 226.67º | 0.12% | 0.31% | - |
| HSV(B) | 226.67º | 0.21% | 0.34% | - |
| XYZ | 6.56 | 6.72 | 9.97 | - |
| YUV | 73.4 | 135.67 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 73 | 87 | 0.21 | 0.16 | 0 | 0.66 | 226.67 | 0.12 | 0.31 |
| Hex | 45 | 49 | 57 | 15 | 10 | 0 | 42 | E3 | C | 1F |
| Octal | 105 | 111 | 127 | 25 | 20 | 0 | 102 | 343 | 14 | 37 |
| Binary | 1000101 | 1001001 | 1010111 | 10101 | 10000 | 0 | 1000010 | 11100011 | 1100 | 11111 |
Color Harmonies of #454957
Complementary color
Monochromatic Colors of #454957
Black with #454957
Text Example
Text Example
White with #454957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454957; }
p { color: rgb(69,73,87); }
H1.HeaderClassName
{
color: #454957;
}
.AnyTagClassName
{
color: #454957;
}
</style>
background-color css
<style>
a { background-color: #454957; }
a { background-color: rgb(69,73,87); }
div.DivClassName
{
background-color: #454957;
}
.BgClassName
{
background-color: #454957;
}
</style>
border-color css
<style>
span { border-color: #454957; }
span { border-color: rgb(69,73,87); }
td.TdClassName
{
border-color: #454957;
}
.TagClassName
{
border-color: #454957;
}
</style>