Shades of Blue Zodiac #444750
Tints of Blue Zodiac #444750
RGB
CMYK
RGB Variations
Color information
#444750 (or 0x444750) is known color: Blue Zodiac. HEX triplet: 44, 47 and 50. RGB value is (68,71,80). Sum of RGB (Red+Green+Blue) = 68+71+80=219 (29% of max value = 765). Red value is 68 (26.95% from 255 or 31.05% from 219); Green value is 71 (28.12% from 255 or 32.42% from 219); Blue value is 80 (31.64% from 255 or 36.53% from 219); Max value from RGB is 80 - color contains mainly: blue. Hex color #444750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444750 is #BBB8AF. Grayscale: #474747. Windows color (decimal): -12302512 or 5261124. OLE color: 5261124.
HSL color Cylindrical-coordinate representation of color #444750: hue angle of 225º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #444750 is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 68 | 71 | 80 | - |
| CMYK | 0.15 | 0.11 | 0 | 0.69 |
| HSL | 225º | 0.08% | 0.29% | - |
| HSV(B) | 225º | 0.15% | 0.31% | - |
| XYZ | 6.09 | 6.31 | 8.49 | - |
| YUV | 71.13 | 133.01 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 71 | 80 | 0.15 | 0.11 | 0 | 0.69 | 225 | 0.08 | 0.29 |
| Hex | 44 | 47 | 50 | F | B | 0 | 45 | E1 | 8 | 1D |
| Octal | 104 | 107 | 120 | 17 | 13 | 0 | 105 | 341 | 10 | 35 |
| Binary | 1000100 | 1000111 | 1010000 | 1111 | 1011 | 0 | 1000101 | 11100001 | 1000 | 11101 |
Color Harmonies of #444750
Complementary color
Monochromatic Colors of #444750
Black with #444750
Text Example
Text Example
White with #444750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444750; }
p { color: rgb(68,71,80); }
H1.HeaderClassName
{
color: #444750;
}
.AnyTagClassName
{
color: #444750;
}
</style>
background-color css
<style>
a { background-color: #444750; }
a { background-color: rgb(68,71,80); }
div.DivClassName
{
background-color: #444750;
}
.BgClassName
{
background-color: #444750;
}
</style>
border-color css
<style>
span { border-color: #444750; }
span { border-color: rgb(68,71,80); }
td.TdClassName
{
border-color: #444750;
}
.TagClassName
{
border-color: #444750;
}
</style>