Shades of Cello #404E58
Tints of Cello #404E58
RGB
CMYK
RGB Variations
Color information
#404E58 (or 0x404E58) is known color: Cello. HEX triplet: 40, 4E and 58. RGB value is (64,78,88). Sum of RGB (Red+Green+Blue) = 64+78+88=230 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.83% from 230); Green value is 78 (30.86% from 255 or 33.91% from 230); Blue value is 88 (34.77% from 255 or 38.26% from 230); Max value from RGB is 88 - color contains mainly: blue. Hex color #404E58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404E58 is #BFB1A7. Grayscale: #4A4A4A. Windows color (decimal): -12562856 or 5787200. OLE color: 5787200.
HSL color Cylindrical-coordinate representation of color #404E58: hue angle of 205º 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 #404E58 is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 64 | 78 | 88 | - |
| CMYK | 0.27 | 0.11 | 0 | 0.65 |
| HSL | 205º | 0.16% | 0.3% | - |
| HSV(B) | 205º | 0.27% | 0.35% | - |
| XYZ | 6.6 | 7.24 | 10.28 | - |
| YUV | 74.95 | 135.36 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 78 | 88 | 0.27 | 0.11 | 0 | 0.65 | 205 | 0.16 | 0.3 |
| Hex | 40 | 4E | 58 | 1B | B | 0 | 41 | CD | 10 | 1E |
| Octal | 100 | 116 | 130 | 33 | 13 | 0 | 101 | 315 | 20 | 36 |
| Binary | 1000000 | 1001110 | 1011000 | 11011 | 1011 | 0 | 1000001 | 11001101 | 10000 | 11110 |
Color Harmonies of #404E58
Complementary color
Monochromatic Colors of #404E58
Black with #404E58
Text Example
Text Example
White with #404E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404E58; }
p { color: rgb(64,78,88); }
H1.HeaderClassName
{
color: #404E58;
}
.AnyTagClassName
{
color: #404E58;
}
</style>
background-color css
<style>
a { background-color: #404E58; }
a { background-color: rgb(64,78,88); }
div.DivClassName
{
background-color: #404E58;
}
.BgClassName
{
background-color: #404E58;
}
</style>
border-color css
<style>
span { border-color: #404E58; }
span { border-color: rgb(64,78,88); }
td.TdClassName
{
border-color: #404E58;
}
.TagClassName
{
border-color: #404E58;
}
</style>