Shades of Blue Zodiac #444859
Tints of Blue Zodiac #444859
RGB
CMYK
RGB Variations
Color information
#444859 (or 0x444859) is known color: Blue Zodiac. HEX triplet: 44, 48 and 59. RGB value is (68,72,89). Sum of RGB (Red+Green+Blue) = 68+72+89=229 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.69% from 229); Green value is 72 (28.52% from 255 or 31.44% from 229); Blue value is 89 (35.16% from 255 or 38.86% from 229); Max value from RGB is 89 - color contains mainly: blue. Hex color #444859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444859 is #BBB7A6. Grayscale: #484848. Windows color (decimal): -12302247 or 5851204. OLE color: 5851204.
HSL color Cylindrical-coordinate representation of color #444859: hue angle of 228.57º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #444859 is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 68 | 72 | 89 | - |
| CMYK | 0.24 | 0.19 | 0 | 0.65 |
| HSL | 228.57º | 0.13% | 0.31% | - |
| HSV(B) | 228.57º | 0.24% | 0.35% | - |
| XYZ | 6.5 | 6.58 | 10.38 | - |
| YUV | 72.74 | 137.17 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 72 | 89 | 0.24 | 0.19 | 0 | 0.65 | 228.57 | 0.13 | 0.31 |
| Hex | 44 | 48 | 59 | 18 | 13 | 0 | 41 | E5 | D | 1F |
| Octal | 104 | 110 | 131 | 30 | 23 | 0 | 101 | 345 | 15 | 37 |
| Binary | 1000100 | 1001000 | 1011001 | 11000 | 10011 | 0 | 1000001 | 11100101 | 1101 | 11111 |
Color Harmonies of #444859
Complementary color
Monochromatic Colors of #444859
Black with #444859
Text Example
Text Example
White with #444859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444859; }
p { color: rgb(68,72,89); }
H1.HeaderClassName
{
color: #444859;
}
.AnyTagClassName
{
color: #444859;
}
</style>
background-color css
<style>
a { background-color: #444859; }
a { background-color: rgb(68,72,89); }
div.DivClassName
{
background-color: #444859;
}
.BgClassName
{
background-color: #444859;
}
</style>
border-color css
<style>
span { border-color: #444859; }
span { border-color: rgb(68,72,89); }
td.TdClassName
{
border-color: #444859;
}
.TagClassName
{
border-color: #444859;
}
</style>