Shades of Cello #44505D
Tints of Cello #44505D
RGB
CMYK
RGB Variations
Color information
#44505D (or 0x44505D) is known color: Cello. HEX triplet: 44, 50 and 5D. RGB value is (68,80,93). Sum of RGB (Red+Green+Blue) = 68+80+93=241 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.22% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 93 (36.72% from 255 or 38.59% from 241); Max value from RGB is 93 - color contains mainly: blue. Hex color #44505D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44505D is #BBAFA2. Grayscale: #4D4D4D. Windows color (decimal): -12300195 or 6115396. OLE color: 6115396.
HSL color Cylindrical-coordinate representation of color #44505D: hue angle of 211.2º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #44505D is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 68 | 80 | 93 | - |
| CMYK | 0.27 | 0.14 | 0 | 0.64 |
| HSL | 211.2º | 0.16% | 0.32% | - |
| HSV(B) | 211.2º | 0.27% | 0.36% | - |
| XYZ | 7.23 | 7.76 | 11.47 | - |
| YUV | 77.89 | 136.52 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 80 | 93 | 0.27 | 0.14 | 0 | 0.64 | 211.2 | 0.16 | 0.32 |
| Hex | 44 | 50 | 5D | 1B | E | 0 | 40 | D3 | 10 | 20 |
| Octal | 104 | 120 | 135 | 33 | 16 | 0 | 100 | 323 | 20 | 40 |
| Binary | 1000100 | 1010000 | 1011101 | 11011 | 1110 | 0 | 1000000 | 11010011 | 10000 | 100000 |
Color Harmonies of #44505D
Complementary color
Monochromatic Colors of #44505D
Black with #44505D
Text Example
Text Example
White with #44505D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44505D; }
p { color: rgb(68,80,93); }
H1.HeaderClassName
{
color: #44505D;
}
.AnyTagClassName
{
color: #44505D;
}
</style>
background-color css
<style>
a { background-color: #44505D; }
a { background-color: rgb(68,80,93); }
div.DivClassName
{
background-color: #44505D;
}
.BgClassName
{
background-color: #44505D;
}
</style>
border-color css
<style>
span { border-color: #44505D; }
span { border-color: rgb(68,80,93); }
td.TdClassName
{
border-color: #44505D;
}
.TagClassName
{
border-color: #44505D;
}
</style>