Shades of Blue Zodiac #44464D
Tints of Blue Zodiac #44464D
RGB
CMYK
RGB Variations
Color information
#44464D (or 0x44464D) is known color: Blue Zodiac. HEX triplet: 44, 46 and 4D. RGB value is (68,70,77). Sum of RGB (Red+Green+Blue) = 68+70+77=215 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.63% from 215); Green value is 70 (27.73% from 255 or 32.56% from 215); Blue value is 77 (30.47% from 255 or 35.81% from 215); Max value from RGB is 77 - color contains mainly: blue. Hex color #44464D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44464D is #BBB9B2. Grayscale: #464646. Windows color (decimal): -12302771 or 5064260. OLE color: 5064260.
HSL color Cylindrical-coordinate representation of color #44464D: hue angle of 226.67º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #44464D is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 68 | 70 | 77 | - |
| CMYK | 0.12 | 0.09 | 0 | 0.70 |
| HSL | 226.67º | 0.06% | 0.28% | - |
| HSV(B) | 226.67º | 0.12% | 0.3% | - |
| XYZ | 5.91 | 6.15 | 7.9 | - |
| YUV | 70.2 | 131.84 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 70 | 77 | 0.12 | 0.09 | 0 | 0.70 | 226.67 | 0.06 | 0.28 |
| Hex | 44 | 46 | 4D | C | 9 | 0 | 46 | E3 | 6 | 1C |
| Octal | 104 | 106 | 115 | 14 | 11 | 0 | 106 | 343 | 6 | 34 |
| Binary | 1000100 | 1000110 | 1001101 | 1100 | 1001 | 0 | 1000110 | 11100011 | 110 | 11100 |
Color Harmonies of #44464D
Complementary color
Monochromatic Colors of #44464D
Black with #44464D
Text Example
Text Example
White with #44464D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44464D; }
p { color: rgb(68,70,77); }
H1.HeaderClassName
{
color: #44464D;
}
.AnyTagClassName
{
color: #44464D;
}
</style>
background-color css
<style>
a { background-color: #44464D; }
a { background-color: rgb(68,70,77); }
div.DivClassName
{
background-color: #44464D;
}
.BgClassName
{
background-color: #44464D;
}
</style>
border-color css
<style>
span { border-color: #44464D; }
span { border-color: rgb(68,70,77); }
td.TdClassName
{
border-color: #44464D;
}
.TagClassName
{
border-color: #44464D;
}
</style>