Shades of Blue Zodiac #444956
Tints of Blue Zodiac #444956
RGB
CMYK
RGB Variations
Color information
#444956 (or 0x444956) is known color: Blue Zodiac. HEX triplet: 44, 49 and 56. RGB value is (68,73,86). Sum of RGB (Red+Green+Blue) = 68+73+86=227 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.96% from 227); Green value is 73 (28.91% from 255 or 32.16% from 227); Blue value is 86 (33.98% from 255 or 37.89% from 227); Max value from RGB is 86 - color contains mainly: blue. Hex color #444956 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444956 is #BBB6A9. Grayscale: #484848. Windows color (decimal): -12301994 or 5654852. OLE color: 5654852.
HSL color Cylindrical-coordinate representation of color #444956: hue angle of 223.33º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #444956 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 68 | 73 | 86 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.66 |
| HSL | 223.33º | 0.12% | 0.3% | - |
| HSV(B) | 223.33º | 0.21% | 0.34% | - |
| XYZ | 6.45 | 6.67 | 9.75 | - |
| YUV | 72.99 | 135.34 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 73 | 86 | 0.21 | 0.15 | 0 | 0.66 | 223.33 | 0.12 | 0.3 |
| Hex | 44 | 49 | 56 | 15 | F | 0 | 42 | DF | C | 1E |
| Octal | 104 | 111 | 126 | 25 | 17 | 0 | 102 | 337 | 14 | 36 |
| Binary | 1000100 | 1001001 | 1010110 | 10101 | 1111 | 0 | 1000010 | 11011111 | 1100 | 11110 |
Color Harmonies of #444956
Complementary color
Monochromatic Colors of #444956
Black with #444956
Text Example
Text Example
White with #444956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444956; }
p { color: rgb(68,73,86); }
H1.HeaderClassName
{
color: #444956;
}
.AnyTagClassName
{
color: #444956;
}
</style>
background-color css
<style>
a { background-color: #444956; }
a { background-color: rgb(68,73,86); }
div.DivClassName
{
background-color: #444956;
}
.BgClassName
{
background-color: #444956;
}
</style>
border-color css
<style>
span { border-color: #444956; }
span { border-color: rgb(68,73,86); }
td.TdClassName
{
border-color: #444956;
}
.TagClassName
{
border-color: #444956;
}
</style>