Shades of Blue Zodiac #444752
Tints of Blue Zodiac #444752
RGB
CMYK
RGB Variations
Color information
#444752 (or 0x444752) is known color: Blue Zodiac. HEX triplet: 44, 47 and 52. RGB value is (68,71,82). Sum of RGB (Red+Green+Blue) = 68+71+82=221 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.77% from 221); Green value is 71 (28.12% from 255 or 32.13% from 221); Blue value is 82 (32.42% from 255 or 37.10% from 221); Max value from RGB is 82 - color contains mainly: blue. Hex color #444752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444752 is #BBB8AD. Grayscale: #474747. Windows color (decimal): -12302510 or 5392196. OLE color: 5392196.
HSL color Cylindrical-coordinate representation of color #444752: hue angle of 227.14º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #444752 is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 68 | 71 | 82 | - |
| CMYK | 0.17 | 0.13 | 0 | 0.68 |
| HSL | 227.14º | 0.09% | 0.29% | - |
| HSV(B) | 227.14º | 0.17% | 0.32% | - |
| XYZ | 6.16 | 6.34 | 8.88 | - |
| YUV | 71.36 | 134.01 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 71 | 82 | 0.17 | 0.13 | 0 | 0.68 | 227.14 | 0.09 | 0.29 |
| Hex | 44 | 47 | 52 | 11 | D | 0 | 44 | E3 | 9 | 1D |
| Octal | 104 | 107 | 122 | 21 | 15 | 0 | 104 | 343 | 11 | 35 |
| Binary | 1000100 | 1000111 | 1010010 | 10001 | 1101 | 0 | 1000100 | 11100011 | 1001 | 11101 |
Color Harmonies of #444752
Complementary color
Monochromatic Colors of #444752
Black with #444752
Text Example
Text Example
White with #444752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444752; }
p { color: rgb(68,71,82); }
H1.HeaderClassName
{
color: #444752;
}
.AnyTagClassName
{
color: #444752;
}
</style>
background-color css
<style>
a { background-color: #444752; }
a { background-color: rgb(68,71,82); }
div.DivClassName
{
background-color: #444752;
}
.BgClassName
{
background-color: #444752;
}
</style>
border-color css
<style>
span { border-color: #444752; }
span { border-color: rgb(68,71,82); }
td.TdClassName
{
border-color: #444752;
}
.TagClassName
{
border-color: #444752;
}
</style>