Shades of Cello #404C57
Tints of Cello #404C57
RGB
CMYK
RGB Variations
Color information
#404C57 (or 0x404C57) is known color: Cello. HEX triplet: 40, 4C and 57. RGB value is (64,76,87). Sum of RGB (Red+Green+Blue) = 64+76+87=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 76 (30.08% from 255 or 33.48% from 227); Blue value is 87 (34.38% from 255 or 38.33% from 227); Max value from RGB is 87 - color contains mainly: blue. Hex color #404C57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404C57 is #BFB3A8. Grayscale: #494949. Windows color (decimal): -12563369 or 5721152. OLE color: 5721152.
HSL color Cylindrical-coordinate representation of color #404C57: hue angle of 208.7º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #404C57 is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 64 | 76 | 87 | - |
| CMYK | 0.26 | 0.13 | 0 | 0.66 |
| HSL | 208.7º | 0.15% | 0.3% | - |
| HSV(B) | 208.7º | 0.26% | 0.34% | - |
| XYZ | 6.42 | 6.95 | 10.02 | - |
| YUV | 73.67 | 135.52 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 76 | 87 | 0.26 | 0.13 | 0 | 0.66 | 208.7 | 0.15 | 0.3 |
| Hex | 40 | 4C | 57 | 1A | D | 0 | 42 | D1 | F | 1E |
| Octal | 100 | 114 | 127 | 32 | 15 | 0 | 102 | 321 | 17 | 36 |
| Binary | 1000000 | 1001100 | 1010111 | 11010 | 1101 | 0 | 1000010 | 11010001 | 1111 | 11110 |
Color Harmonies of #404C57
Complementary color
Monochromatic Colors of #404C57
Black with #404C57
Text Example
Text Example
White with #404C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404C57; }
p { color: rgb(64,76,87); }
H1.HeaderClassName
{
color: #404C57;
}
.AnyTagClassName
{
color: #404C57;
}
</style>
background-color css
<style>
a { background-color: #404C57; }
a { background-color: rgb(64,76,87); }
div.DivClassName
{
background-color: #404C57;
}
.BgClassName
{
background-color: #404C57;
}
</style>
border-color css
<style>
span { border-color: #404C57; }
span { border-color: rgb(64,76,87); }
td.TdClassName
{
border-color: #404C57;
}
.TagClassName
{
border-color: #404C57;
}
</style>