Shades of Cello #404E5D
Tints of Cello #404E5D
RGB
CMYK
RGB Variations
Color information
#404E5D (or 0x404E5D) is known color: Cello. HEX triplet: 40, 4E and 5D. RGB value is (64,78,93). Sum of RGB (Red+Green+Blue) = 64+78+93=235 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.23% from 235); Green value is 78 (30.86% from 255 or 33.19% from 235); Blue value is 93 (36.72% from 255 or 39.57% from 235); Max value from RGB is 93 - color contains mainly: blue. Hex color #404E5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404E5D is #BFB1A2. Grayscale: #4B4B4B. Windows color (decimal): -12562851 or 6114880. OLE color: 6114880.
HSL color Cylindrical-coordinate representation of color #404E5D: hue angle of 211.03º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #404E5D is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 64 | 78 | 93 | - |
| CMYK | 0.31 | 0.16 | 0 | 0.64 |
| HSL | 211.03º | 0.18% | 0.31% | - |
| HSV(B) | 211.03º | 0.31% | 0.36% | - |
| XYZ | 6.81 | 7.33 | 11.41 | - |
| YUV | 75.52 | 137.86 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 78 | 93 | 0.31 | 0.16 | 0 | 0.64 | 211.03 | 0.18 | 0.31 |
| Hex | 40 | 4E | 5D | 1F | 10 | 0 | 40 | D3 | 12 | 1F |
| Octal | 100 | 116 | 135 | 37 | 20 | 0 | 100 | 323 | 22 | 37 |
| Binary | 1000000 | 1001110 | 1011101 | 11111 | 10000 | 0 | 1000000 | 11010011 | 10010 | 11111 |
Color Harmonies of #404E5D
Complementary color
Monochromatic Colors of #404E5D
Black with #404E5D
Text Example
Text Example
White with #404E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404E5D; }
p { color: rgb(64,78,93); }
H1.HeaderClassName
{
color: #404E5D;
}
.AnyTagClassName
{
color: #404E5D;
}
</style>
background-color css
<style>
a { background-color: #404E5D; }
a { background-color: rgb(64,78,93); }
div.DivClassName
{
background-color: #404E5D;
}
.BgClassName
{
background-color: #404E5D;
}
</style>
border-color css
<style>
span { border-color: #404E5D; }
span { border-color: rgb(64,78,93); }
td.TdClassName
{
border-color: #404E5D;
}
.TagClassName
{
border-color: #404E5D;
}
</style>