Shades of Blue Zodiac #444758
Tints of Blue Zodiac #444758
RGB
CMYK
RGB Variations
Color information
#444758 (or 0x444758) is known color: Blue Zodiac. HEX triplet: 44, 47 and 58. RGB value is (68,71,88). Sum of RGB (Red+Green+Blue) = 68+71+88=227 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.96% from 227); Green value is 71 (28.12% from 255 or 31.28% from 227); Blue value is 88 (34.77% from 255 or 38.77% from 227); Max value from RGB is 88 - color contains mainly: blue. Hex color #444758 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444758 is #BBB8A7. Grayscale: #474747. Windows color (decimal): -12302504 or 5785412. OLE color: 5785412.
HSL color Cylindrical-coordinate representation of color #444758: hue angle of 231º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #444758 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 68 | 71 | 88 | - |
| CMYK | 0.23 | 0.19 | 0 | 0.65 |
| HSL | 231º | 0.13% | 0.31% | - |
| HSV(B) | 231º | 0.23% | 0.35% | - |
| XYZ | 6.4 | 6.44 | 10.14 | - |
| YUV | 72.04 | 137.01 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 71 | 88 | 0.23 | 0.19 | 0 | 0.65 | 231 | 0.13 | 0.31 |
| Hex | 44 | 47 | 58 | 17 | 13 | 0 | 41 | E7 | D | 1F |
| Octal | 104 | 107 | 130 | 27 | 23 | 0 | 101 | 347 | 15 | 37 |
| Binary | 1000100 | 1000111 | 1011000 | 10111 | 10011 | 0 | 1000001 | 11100111 | 1101 | 11111 |
Color Harmonies of #444758
Complementary color
Monochromatic Colors of #444758
Black with #444758
Text Example
Text Example
White with #444758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444758; }
p { color: rgb(68,71,88); }
H1.HeaderClassName
{
color: #444758;
}
.AnyTagClassName
{
color: #444758;
}
</style>
background-color css
<style>
a { background-color: #444758; }
a { background-color: rgb(68,71,88); }
div.DivClassName
{
background-color: #444758;
}
.BgClassName
{
background-color: #444758;
}
</style>
border-color css
<style>
span { border-color: #444758; }
span { border-color: rgb(68,71,88); }
td.TdClassName
{
border-color: #444758;
}
.TagClassName
{
border-color: #444758;
}
</style>