Shades of Cello #44515B
Tints of Cello #44515B
RGB
CMYK
RGB Variations
Color information
#44515B (or 0x44515B) is known color: Cello. HEX triplet: 44, 51 and 5B. RGB value is (68,81,91). Sum of RGB (Red+Green+Blue) = 68+81+91=240 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.33% from 240); Green value is 81 (32.03% from 255 or 33.75% from 240); Blue value is 91 (35.94% from 255 or 37.92% from 240); Max value from RGB is 91 - color contains mainly: blue. Hex color #44515B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44515B is #BBAEA4. Grayscale: #4E4E4E. Windows color (decimal): -12299941 or 5984580. OLE color: 5984580.
HSL color Cylindrical-coordinate representation of color #44515B: hue angle of 206.09º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #44515B is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 68 | 81 | 91 | - |
| CMYK | 0.25 | 0.11 | 0 | 0.64 |
| HSL | 206.09º | 0.14% | 0.31% | - |
| HSV(B) | 206.09º | 0.25% | 0.36% | - |
| XYZ | 7.21 | 7.87 | 11.04 | - |
| YUV | 78.25 | 135.19 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 81 | 91 | 0.25 | 0.11 | 0 | 0.64 | 206.09 | 0.14 | 0.31 |
| Hex | 44 | 51 | 5B | 19 | B | 0 | 40 | CE | E | 1F |
| Octal | 104 | 121 | 133 | 31 | 13 | 0 | 100 | 316 | 16 | 37 |
| Binary | 1000100 | 1010001 | 1011011 | 11001 | 1011 | 0 | 1000000 | 11001110 | 1110 | 11111 |
Color Harmonies of #44515B
Complementary color
Monochromatic Colors of #44515B
Black with #44515B
Text Example
Text Example
White with #44515B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44515B; }
p { color: rgb(68,81,91); }
H1.HeaderClassName
{
color: #44515B;
}
.AnyTagClassName
{
color: #44515B;
}
</style>
background-color css
<style>
a { background-color: #44515B; }
a { background-color: rgb(68,81,91); }
div.DivClassName
{
background-color: #44515B;
}
.BgClassName
{
background-color: #44515B;
}
</style>
border-color css
<style>
span { border-color: #44515B; }
span { border-color: rgb(68,81,91); }
td.TdClassName
{
border-color: #44515B;
}
.TagClassName
{
border-color: #44515B;
}
</style>