Shades of Cello #444F5E
Tints of Cello #444F5E
RGB
CMYK
RGB Variations
Color information
#444F5E (or 0x444F5E) is known color: Cello. HEX triplet: 44, 4F and 5E. RGB value is (68,79,94). Sum of RGB (Red+Green+Blue) = 68+79+94=241 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.22% from 241); Green value is 79 (31.25% from 255 or 32.78% from 241); Blue value is 94 (37.11% from 255 or 39.00% from 241); Max value from RGB is 94 - color contains mainly: blue. Hex color #444F5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #444F5E is #BBB0A1. Grayscale: #4D4D4D. Windows color (decimal): -12300450 or 6180676. OLE color: 6180676.
HSL color Cylindrical-coordinate representation of color #444F5E: hue angle of 214.62º degrees, saturation: 0.16, 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 #444F5E is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 68 | 79 | 94 | - |
| CMYK | 0.28 | 0.16 | 0 | 0.63 |
| HSL | 214.62º | 0.16% | 0.32% | - |
| HSV(B) | 214.62º | 0.28% | 0.37% | - |
| XYZ | 7.2 | 7.63 | 11.68 | - |
| YUV | 77.42 | 137.36 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 79 | 94 | 0.28 | 0.16 | 0 | 0.63 | 214.62 | 0.16 | 0.32 |
| Hex | 44 | 4F | 5E | 1C | 10 | 0 | 3F | D7 | 10 | 20 |
| Octal | 104 | 117 | 136 | 34 | 20 | 0 | 77 | 327 | 20 | 40 |
| Binary | 1000100 | 1001111 | 1011110 | 11100 | 10000 | 0 | 111111 | 11010111 | 10000 | 100000 |
Color Harmonies of #444F5E
Complementary color
Monochromatic Colors of #444F5E
Black with #444F5E
Text Example
Text Example
White with #444F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444F5E; }
p { color: rgb(68,79,94); }
H1.HeaderClassName
{
color: #444F5E;
}
.AnyTagClassName
{
color: #444F5E;
}
</style>
background-color css
<style>
a { background-color: #444F5E; }
a { background-color: rgb(68,79,94); }
div.DivClassName
{
background-color: #444F5E;
}
.BgClassName
{
background-color: #444F5E;
}
</style>
border-color css
<style>
span { border-color: #444F5E; }
span { border-color: rgb(68,79,94); }
td.TdClassName
{
border-color: #444F5E;
}
.TagClassName
{
border-color: #444F5E;
}
</style>