Shades of Blue Zodiac #454751
Tints of Blue Zodiac #454751
RGB
CMYK
RGB Variations
Color information
#454751 (or 0x454751) is known color: Blue Zodiac. HEX triplet: 45, 47 and 51. RGB value is (69,71,81). Sum of RGB (Red+Green+Blue) = 69+71+81=221 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.22% from 221); Green value is 71 (28.12% from 255 or 32.13% from 221); Blue value is 81 (32.03% from 255 or 36.65% from 221); Max value from RGB is 81 - color contains mainly: blue. Hex color #454751 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454751 is #BAB8AE. Grayscale: #474747. Windows color (decimal): -12236975 or 5326661. OLE color: 5326661.
HSL color Cylindrical-coordinate representation of color #454751: hue angle of 230º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #454751 is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 69 | 71 | 81 | - |
| CMYK | 0.15 | 0.12 | 0 | 0.68 |
| HSL | 230º | 0.08% | 0.29% | - |
| HSV(B) | 230º | 0.15% | 0.32% | - |
| XYZ | 6.19 | 6.37 | 8.69 | - |
| YUV | 71.54 | 133.34 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 71 | 81 | 0.15 | 0.12 | 0 | 0.68 | 230 | 0.08 | 0.29 |
| Hex | 45 | 47 | 51 | F | C | 0 | 44 | E6 | 8 | 1D |
| Octal | 105 | 107 | 121 | 17 | 14 | 0 | 104 | 346 | 10 | 35 |
| Binary | 1000101 | 1000111 | 1010001 | 1111 | 1100 | 0 | 1000100 | 11100110 | 1000 | 11101 |
Color Harmonies of #454751
Complementary color
Monochromatic Colors of #454751
Black with #454751
Text Example
Text Example
White with #454751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454751; }
p { color: rgb(69,71,81); }
H1.HeaderClassName
{
color: #454751;
}
.AnyTagClassName
{
color: #454751;
}
</style>
background-color css
<style>
a { background-color: #454751; }
a { background-color: rgb(69,71,81); }
div.DivClassName
{
background-color: #454751;
}
.BgClassName
{
background-color: #454751;
}
</style>
border-color css
<style>
span { border-color: #454751; }
span { border-color: rgb(69,71,81); }
td.TdClassName
{
border-color: #454751;
}
.TagClassName
{
border-color: #454751;
}
</style>