Shades of Cello #444E57
Tints of Cello #444E57
RGB
CMYK
RGB Variations
Color information
#444E57 (or 0x444E57) is known color: Cello. HEX triplet: 44, 4E and 57. RGB value is (68,78,87). Sum of RGB (Red+Green+Blue) = 68+78+87=233 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.18% from 233); Green value is 78 (30.86% from 255 or 33.48% from 233); Blue value is 87 (34.38% from 255 or 37.34% from 233); Max value from RGB is 87 - color contains mainly: blue. Hex color #444E57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #444E57 is #BBB1A8. Grayscale: #4B4B4B. Windows color (decimal): -12300713 or 5721668. OLE color: 5721668.
HSL color Cylindrical-coordinate representation of color #444E57: hue angle of 208.42º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #444E57 is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 68 | 78 | 87 | - |
| CMYK | 0.22 | 0.10 | 0 | 0.66 |
| HSL | 208.42º | 0.12% | 0.3% | - |
| HSV(B) | 208.42º | 0.22% | 0.34% | - |
| XYZ | 6.83 | 7.37 | 10.08 | - |
| YUV | 76.04 | 134.19 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 78 | 87 | 0.22 | 0.10 | 0 | 0.66 | 208.42 | 0.12 | 0.3 |
| Hex | 44 | 4E | 57 | 16 | A | 0 | 42 | D0 | C | 1E |
| Octal | 104 | 116 | 127 | 26 | 12 | 0 | 102 | 320 | 14 | 36 |
| Binary | 1000100 | 1001110 | 1010111 | 10110 | 1010 | 0 | 1000010 | 11010000 | 1100 | 11110 |
Color Harmonies of #444E57
Complementary color
Monochromatic Colors of #444E57
Black with #444E57
Text Example
Text Example
White with #444E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444E57; }
p { color: rgb(68,78,87); }
H1.HeaderClassName
{
color: #444E57;
}
.AnyTagClassName
{
color: #444E57;
}
</style>
background-color css
<style>
a { background-color: #444E57; }
a { background-color: rgb(68,78,87); }
div.DivClassName
{
background-color: #444E57;
}
.BgClassName
{
background-color: #444E57;
}
</style>
border-color css
<style>
span { border-color: #444E57; }
span { border-color: rgb(68,78,87); }
td.TdClassName
{
border-color: #444E57;
}
.TagClassName
{
border-color: #444E57;
}
</style>