Shades of Blue Zodiac #444C5E
Tints of Blue Zodiac #444C5E
RGB
CMYK
RGB Variations
Color information
#444C5E (or 0x444C5E) is known color: Blue Zodiac. HEX triplet: 44, 4C and 5E. RGB value is (68,76,94). Sum of RGB (Red+Green+Blue) = 68+76+94=238 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.57% from 238); Green value is 76 (30.08% from 255 or 31.93% from 238); Blue value is 94 (37.11% from 255 or 39.50% from 238); Max value from RGB is 94 - color contains mainly: blue. Hex color #444C5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444C5E is #BBB3A1. Grayscale: #4B4B4B. Windows color (decimal): -12301218 or 6179908. OLE color: 6179908.
HSL color Cylindrical-coordinate representation of color #444C5E: hue angle of 221.54º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #444C5E is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
RGB | 68 | 76 | 94 | - |
CMYK | 0.28 | 0.19 | 0 | 0.63 |
HSL | 221.54º | 0.16% | 0.32% | - |
HSV(B) | 221.54º | 0.28% | 0.37% | - |
XYZ | 6.99 | 7.21 | 11.61 | - |
YUV | 75.66 | 138.35 | 122.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 68 | 76 | 94 | 0.28 | 0.19 | 0 | 0.63 | 221.54 | 0.16 | 0.32 |
Hex | 44 | 4C | 5E | 1C | 13 | 0 | 3F | DE | 10 | 20 |
Octal | 104 | 114 | 136 | 34 | 23 | 0 | 77 | 336 | 20 | 40 |
Binary | 1000100 | 1001100 | 1011110 | 11100 | 10011 | 0 | 111111 | 11011110 | 10000 | 100000 |
Color Harmonies of #444C5E
Complementary color
Monochromatic Colors of #444C5E
Black with #444C5E
Text Example
Text Example
White with #444C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444C5E; }
p { color: rgb(68,76,94); }
H1.HeaderClassName
{
color: #444C5E;
}
.AnyTagClassName
{
color: #444C5E;
}
</style>
background-color css
<style>
a { background-color: #444C5E; }
a { background-color: rgb(68,76,94); }
div.DivClassName
{
background-color: #444C5E;
}
.BgClassName
{
background-color: #444C5E;
}
</style>
border-color css
<style>
span { border-color: #444C5E; }
span { border-color: rgb(68,76,94); }
td.TdClassName
{
border-color: #444C5E;
}
.TagClassName
{
border-color: #444C5E;
}
</style>