Shades of Blue Zodiac #444B5E
Tints of Blue Zodiac #444B5E
RGB
CMYK
RGB Variations
Color information
#444B5E (or 0x444B5E) is known color: Blue Zodiac. HEX triplet: 44, 4B and 5E. RGB value is (68,75,94). Sum of RGB (Red+Green+Blue) = 68+75+94=237 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.69% from 237); Green value is 75 (29.69% from 255 or 31.65% from 237); Blue value is 94 (37.11% from 255 or 39.66% from 237); Max value from RGB is 94 - color contains mainly: blue. Hex color #444B5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444B5E is #BBB4A1. Grayscale: #4A4A4A. Windows color (decimal): -12301474 or 6179652. OLE color: 6179652.
HSL color Cylindrical-coordinate representation of color #444B5E: hue angle of 223.85º 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 #444B5E is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
RGB | 68 | 75 | 94 | - |
CMYK | 0.28 | 0.20 | 0 | 0.63 |
HSL | 223.85º | 0.16% | 0.32% | - |
HSV(B) | 223.85º | 0.28% | 0.37% | - |
XYZ | 6.92 | 7.07 | 11.59 | - |
YUV | 75.07 | 138.68 | 122.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 68 | 75 | 94 | 0.28 | 0.20 | 0 | 0.63 | 223.85 | 0.16 | 0.32 |
Hex | 44 | 4B | 5E | 1C | 14 | 0 | 3F | E0 | 10 | 20 |
Octal | 104 | 113 | 136 | 34 | 24 | 0 | 77 | 340 | 20 | 40 |
Binary | 1000100 | 1001011 | 1011110 | 11100 | 10100 | 0 | 111111 | 11100000 | 10000 | 100000 |
Color Harmonies of #444B5E
Complementary color
Monochromatic Colors of #444B5E
Black with #444B5E
Text Example
Text Example
White with #444B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444B5E; }
p { color: rgb(68,75,94); }
H1.HeaderClassName
{
color: #444B5E;
}
.AnyTagClassName
{
color: #444B5E;
}
</style>
background-color css
<style>
a { background-color: #444B5E; }
a { background-color: rgb(68,75,94); }
div.DivClassName
{
background-color: #444B5E;
}
.BgClassName
{
background-color: #444B5E;
}
</style>
border-color css
<style>
span { border-color: #444B5E; }
span { border-color: rgb(68,75,94); }
td.TdClassName
{
border-color: #444B5E;
}
.TagClassName
{
border-color: #444B5E;
}
</style>