Shades of Cello #404C58
Tints of Cello #404C58
RGB
CMYK
RGB Variations
Color information
#404C58 (or 0x404C58) is known color: Cello. HEX triplet: 40, 4C and 58. RGB value is (64,76,88). Sum of RGB (Red+Green+Blue) = 64+76+88=228 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.07% from 228); Green value is 76 (30.08% from 255 or 33.33% from 228); Blue value is 88 (34.77% from 255 or 38.60% from 228); Max value from RGB is 88 - color contains mainly: blue. Hex color #404C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404C58 is #BFB3A7. Grayscale: #494949. Windows color (decimal): -12563368 or 5786688. OLE color: 5786688.
HSL color Cylindrical-coordinate representation of color #404C58: hue angle of 210º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #404C58 is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 64 | 76 | 88 | - |
| CMYK | 0.27 | 0.14 | 0 | 0.65 |
| HSL | 210º | 0.16% | 0.3% | - |
| HSV(B) | 210º | 0.27% | 0.35% | - |
| XYZ | 6.46 | 6.96 | 10.24 | - |
| YUV | 73.78 | 136.02 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 76 | 88 | 0.27 | 0.14 | 0 | 0.65 | 210 | 0.16 | 0.3 |
| Hex | 40 | 4C | 58 | 1B | E | 0 | 41 | D2 | 10 | 1E |
| Octal | 100 | 114 | 130 | 33 | 16 | 0 | 101 | 322 | 20 | 36 |
| Binary | 1000000 | 1001100 | 1011000 | 11011 | 1110 | 0 | 1000001 | 11010010 | 10000 | 11110 |
Color Harmonies of #404C58
Complementary color
Monochromatic Colors of #404C58
Black with #404C58
Text Example
Text Example
White with #404C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404C58; }
p { color: rgb(64,76,88); }
H1.HeaderClassName
{
color: #404C58;
}
.AnyTagClassName
{
color: #404C58;
}
</style>
background-color css
<style>
a { background-color: #404C58; }
a { background-color: rgb(64,76,88); }
div.DivClassName
{
background-color: #404C58;
}
.BgClassName
{
background-color: #404C58;
}
</style>
border-color css
<style>
span { border-color: #404C58; }
span { border-color: rgb(64,76,88); }
td.TdClassName
{
border-color: #404C58;
}
.TagClassName
{
border-color: #404C58;
}
</style>