Shades of Blue Zodiac #44464F
Tints of Blue Zodiac #44464F
RGB
CMYK
RGB Variations
Color information
#44464F (or 0x44464F) is known color: Blue Zodiac. HEX triplet: 44, 46 and 4F. RGB value is (68,70,79). Sum of RGB (Red+Green+Blue) = 68+70+79=217 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.34% from 217); Green value is 70 (27.73% from 255 or 32.26% from 217); Blue value is 79 (31.25% from 255 or 36.41% from 217); Max value from RGB is 79 - color contains mainly: blue. Hex color #44464F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44464F is #BBB9B0. Grayscale: #464646. Windows color (decimal): -12302769 or 5195332. OLE color: 5195332.
HSL color Cylindrical-coordinate representation of color #44464F: hue angle of 229.09º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #44464F is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 68 | 70 | 79 | - |
| CMYK | 0.14 | 0.11 | 0 | 0.69 |
| HSL | 229.09º | 0.07% | 0.29% | - |
| HSV(B) | 229.09º | 0.14% | 0.31% | - |
| XYZ | 5.99 | 6.17 | 8.27 | - |
| YUV | 70.43 | 132.84 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 70 | 79 | 0.14 | 0.11 | 0 | 0.69 | 229.09 | 0.07 | 0.29 |
| Hex | 44 | 46 | 4F | E | B | 0 | 45 | E5 | 7 | 1D |
| Octal | 104 | 106 | 117 | 16 | 13 | 0 | 105 | 345 | 7 | 35 |
| Binary | 1000100 | 1000110 | 1001111 | 1110 | 1011 | 0 | 1000101 | 11100101 | 111 | 11101 |
Color Harmonies of #44464F
Complementary color
Monochromatic Colors of #44464F
Black with #44464F
Text Example
Text Example
White with #44464F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44464F; }
p { color: rgb(68,70,79); }
H1.HeaderClassName
{
color: #44464F;
}
.AnyTagClassName
{
color: #44464F;
}
</style>
background-color css
<style>
a { background-color: #44464F; }
a { background-color: rgb(68,70,79); }
div.DivClassName
{
background-color: #44464F;
}
.BgClassName
{
background-color: #44464F;
}
</style>
border-color css
<style>
span { border-color: #44464F; }
span { border-color: rgb(68,70,79); }
td.TdClassName
{
border-color: #44464F;
}
.TagClassName
{
border-color: #44464F;
}
</style>