Shades of Cello #404D62
Tints of Cello #404D62
RGB
CMYK
RGB Variations
Color information
#404D62 (or 0x404D62) is known color: Cello. HEX triplet: 40, 4D and 62. RGB value is (64,77,98). Sum of RGB (Red+Green+Blue) = 64+77+98=239 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.78% from 239); Green value is 77 (30.47% from 255 or 32.22% from 239); Blue value is 98 (38.67% from 255 or 41.00% from 239); Max value from RGB is 98 - color contains mainly: blue. Hex color #404D62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404D62 is #BFB29D. Grayscale: #4B4B4B. Windows color (decimal): -12563102 or 6442304. OLE color: 6442304.
HSL color Cylindrical-coordinate representation of color #404D62: hue angle of 217.06º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #404D62 is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 64 | 77 | 98 | - |
| CMYK | 0.35 | 0.21 | 0 | 0.62 |
| HSL | 217.06º | 0.21% | 0.32% | - |
| HSV(B) | 217.06º | 0.35% | 0.38% | - |
| XYZ | 6.97 | 7.28 | 12.59 | - |
| YUV | 75.51 | 140.69 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 77 | 98 | 0.35 | 0.21 | 0 | 0.62 | 217.06 | 0.21 | 0.32 |
| Hex | 40 | 4D | 62 | 23 | 15 | 0 | 3E | D9 | 15 | 20 |
| Octal | 100 | 115 | 142 | 43 | 25 | 0 | 76 | 331 | 25 | 40 |
| Binary | 1000000 | 1001101 | 1100010 | 100011 | 10101 | 0 | 111110 | 11011001 | 10101 | 100000 |
Color Harmonies of #404D62
Complementary color
Monochromatic Colors of #404D62
Black with #404D62
Text Example
Text Example
White with #404D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404D62; }
p { color: rgb(64,77,98); }
H1.HeaderClassName
{
color: #404D62;
}
.AnyTagClassName
{
color: #404D62;
}
</style>
background-color css
<style>
a { background-color: #404D62; }
a { background-color: rgb(64,77,98); }
div.DivClassName
{
background-color: #404D62;
}
.BgClassName
{
background-color: #404D62;
}
</style>
border-color css
<style>
span { border-color: #404D62; }
span { border-color: rgb(64,77,98); }
td.TdClassName
{
border-color: #404D62;
}
.TagClassName
{
border-color: #404D62;
}
</style>