Shades of Cello #404D5D
Tints of Cello #404D5D
RGB
CMYK
RGB Variations
Color information
#404D5D (or 0x404D5D) is known color: Cello. HEX triplet: 40, 4D and 5D. RGB value is (64,77,93). Sum of RGB (Red+Green+Blue) = 64+77+93=234 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.35% from 234); Green value is 77 (30.47% from 255 or 32.91% from 234); Blue value is 93 (36.72% from 255 or 39.74% from 234); Max value from RGB is 93 - color contains mainly: blue. Hex color #404D5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404D5D is #BFB2A2. Grayscale: #4A4A4A. Windows color (decimal): -12563107 or 6114624. OLE color: 6114624.
HSL color Cylindrical-coordinate representation of color #404D5D: hue angle of 213.1º 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 #404D5D is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 64 | 77 | 93 | - |
| CMYK | 0.31 | 0.17 | 0 | 0.64 |
| HSL | 213.1º | 0.18% | 0.31% | - |
| HSV(B) | 213.1º | 0.31% | 0.36% | - |
| XYZ | 6.74 | 7.19 | 11.39 | - |
| YUV | 74.94 | 138.19 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 77 | 93 | 0.31 | 0.17 | 0 | 0.64 | 213.1 | 0.18 | 0.31 |
| Hex | 40 | 4D | 5D | 1F | 11 | 0 | 40 | D5 | 12 | 1F |
| Octal | 100 | 115 | 135 | 37 | 21 | 0 | 100 | 325 | 22 | 37 |
| Binary | 1000000 | 1001101 | 1011101 | 11111 | 10001 | 0 | 1000000 | 11010101 | 10010 | 11111 |
Color Harmonies of #404D5D
Complementary color
Monochromatic Colors of #404D5D
Black with #404D5D
Text Example
Text Example
White with #404D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404D5D; }
p { color: rgb(64,77,93); }
H1.HeaderClassName
{
color: #404D5D;
}
.AnyTagClassName
{
color: #404D5D;
}
</style>
background-color css
<style>
a { background-color: #404D5D; }
a { background-color: rgb(64,77,93); }
div.DivClassName
{
background-color: #404D5D;
}
.BgClassName
{
background-color: #404D5D;
}
</style>
border-color css
<style>
span { border-color: #404D5D; }
span { border-color: rgb(64,77,93); }
td.TdClassName
{
border-color: #404D5D;
}
.TagClassName
{
border-color: #404D5D;
}
</style>