Shades of Cello #44515F
Tints of Cello #44515F
RGB
CMYK
RGB Variations
Color information
#44515F (or 0x44515F) is known color: Cello. HEX triplet: 44, 51 and 5F. RGB value is (68,81,95). Sum of RGB (Red+Green+Blue) = 68+81+95=244 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.87% from 244); Green value is 81 (32.03% from 255 or 33.20% from 244); Blue value is 95 (37.5% from 255 or 38.93% from 244); Max value from RGB is 95 - color contains mainly: blue. Hex color #44515F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44515F is #BBAEA0. Grayscale: #4E4E4E. Windows color (decimal): -12299937 or 6246724. OLE color: 6246724.
HSL color Cylindrical-coordinate representation of color #44515F: hue angle of 211.11º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #44515F is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 68 | 81 | 95 | - |
| CMYK | 0.28 | 0.15 | 0 | 0.63 |
| HSL | 211.11º | 0.17% | 0.32% | - |
| HSV(B) | 211.11º | 0.28% | 0.37% | - |
| XYZ | 7.39 | 7.94 | 11.97 | - |
| YUV | 78.71 | 137.19 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 81 | 95 | 0.28 | 0.15 | 0 | 0.63 | 211.11 | 0.17 | 0.32 |
| Hex | 44 | 51 | 5F | 1C | F | 0 | 3F | D3 | 11 | 20 |
| Octal | 104 | 121 | 137 | 34 | 17 | 0 | 77 | 323 | 21 | 40 |
| Binary | 1000100 | 1010001 | 1011111 | 11100 | 1111 | 0 | 111111 | 11010011 | 10001 | 100000 |
Color Harmonies of #44515F
Complementary color
Monochromatic Colors of #44515F
Black with #44515F
Text Example
Text Example
White with #44515F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44515F; }
p { color: rgb(68,81,95); }
H1.HeaderClassName
{
color: #44515F;
}
.AnyTagClassName
{
color: #44515F;
}
</style>
background-color css
<style>
a { background-color: #44515F; }
a { background-color: rgb(68,81,95); }
div.DivClassName
{
background-color: #44515F;
}
.BgClassName
{
background-color: #44515F;
}
</style>
border-color css
<style>
span { border-color: #44515F; }
span { border-color: rgb(68,81,95); }
td.TdClassName
{
border-color: #44515F;
}
.TagClassName
{
border-color: #44515F;
}
</style>