Shades of Blue Zodiac #444B5A
Tints of Blue Zodiac #444B5A
RGB
CMYK
RGB Variations
Color information
#444B5A (or 0x444B5A) is known color: Blue Zodiac. HEX triplet: 44, 4B and 5A. RGB value is (68,75,90). Sum of RGB (Red+Green+Blue) = 68+75+90=233 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.18% from 233); Green value is 75 (29.69% from 255 or 32.19% from 233); Blue value is 90 (35.55% from 255 or 38.63% from 233); Max value from RGB is 90 - color contains mainly: blue. Hex color #444B5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444B5A is #BBB4A5. Grayscale: #4A4A4A. Windows color (decimal): -12301478 or 5917508. OLE color: 5917508.
HSL color Cylindrical-coordinate representation of color #444B5A: hue angle of 220.91º degrees, saturation: 0.14, 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 #444B5A is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 68 | 75 | 90 | - |
| CMYK | 0.24 | 0.17 | 0 | 0.65 |
| HSL | 220.91º | 0.14% | 0.31% | - |
| HSV(B) | 220.91º | 0.24% | 0.35% | - |
| XYZ | 6.75 | 7 | 10.67 | - |
| YUV | 74.62 | 136.68 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 75 | 90 | 0.24 | 0.17 | 0 | 0.65 | 220.91 | 0.14 | 0.31 |
| Hex | 44 | 4B | 5A | 18 | 11 | 0 | 41 | DD | E | 1F |
| Octal | 104 | 113 | 132 | 30 | 21 | 0 | 101 | 335 | 16 | 37 |
| Binary | 1000100 | 1001011 | 1011010 | 11000 | 10001 | 0 | 1000001 | 11011101 | 1110 | 11111 |
Color Harmonies of #444B5A
Complementary color
Monochromatic Colors of #444B5A
Black with #444B5A
Text Example
Text Example
White with #444B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444B5A; }
p { color: rgb(68,75,90); }
H1.HeaderClassName
{
color: #444B5A;
}
.AnyTagClassName
{
color: #444B5A;
}
</style>
background-color css
<style>
a { background-color: #444B5A; }
a { background-color: rgb(68,75,90); }
div.DivClassName
{
background-color: #444B5A;
}
.BgClassName
{
background-color: #444B5A;
}
</style>
border-color css
<style>
span { border-color: #444B5A; }
span { border-color: rgb(68,75,90); }
td.TdClassName
{
border-color: #444B5A;
}
.TagClassName
{
border-color: #444B5A;
}
</style>