Shades of Blue Zodiac #444B5D
Tints of Blue Zodiac #444B5D
RGB
CMYK
RGB Variations
Color information
#444B5D (or 0x444B5D) is known color: Blue Zodiac. HEX triplet: 44, 4B and 5D. RGB value is (68,75,93). Sum of RGB (Red+Green+Blue) = 68+75+93=236 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.81% from 236); Green value is 75 (29.69% from 255 or 31.78% from 236); Blue value is 93 (36.72% from 255 or 39.41% from 236); Max value from RGB is 93 - color contains mainly: blue. Hex color #444B5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444B5D is #BBB4A2. Grayscale: #4A4A4A. Windows color (decimal): -12301475 or 6114116. OLE color: 6114116.
HSL color Cylindrical-coordinate representation of color #444B5D: hue angle of 223.2º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #444B5D is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 68 | 75 | 93 | - |
| CMYK | 0.27 | 0.19 | 0 | 0.64 |
| HSL | 223.2º | 0.16% | 0.32% | - |
| HSV(B) | 223.2º | 0.27% | 0.36% | - |
| XYZ | 6.88 | 7.05 | 11.35 | - |
| YUV | 74.96 | 138.18 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 75 | 93 | 0.27 | 0.19 | 0 | 0.64 | 223.2 | 0.16 | 0.32 |
| Hex | 44 | 4B | 5D | 1B | 13 | 0 | 40 | DF | 10 | 20 |
| Octal | 104 | 113 | 135 | 33 | 23 | 0 | 100 | 337 | 20 | 40 |
| Binary | 1000100 | 1001011 | 1011101 | 11011 | 10011 | 0 | 1000000 | 11011111 | 10000 | 100000 |
Color Harmonies of #444B5D
Complementary color
Monochromatic Colors of #444B5D
Black with #444B5D
Text Example
Text Example
White with #444B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444B5D; }
p { color: rgb(68,75,93); }
H1.HeaderClassName
{
color: #444B5D;
}
.AnyTagClassName
{
color: #444B5D;
}
</style>
background-color css
<style>
a { background-color: #444B5D; }
a { background-color: rgb(68,75,93); }
div.DivClassName
{
background-color: #444B5D;
}
.BgClassName
{
background-color: #444B5D;
}
</style>
border-color css
<style>
span { border-color: #444B5D; }
span { border-color: rgb(68,75,93); }
td.TdClassName
{
border-color: #444B5D;
}
.TagClassName
{
border-color: #444B5D;
}
</style>