Shades of Cello #404F65
Tints of Cello #404F65
RGB
CMYK
RGB Variations
Color information
#404F65 (or 0x404F65) is known color: Cello. HEX triplet: 40, 4F and 65. RGB value is (64,79,101). Sum of RGB (Red+Green+Blue) = 64+79+101=244 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.23% from 244); Green value is 79 (31.25% from 255 or 32.38% from 244); Blue value is 101 (39.84% from 255 or 41.39% from 244); Max value from RGB is 101 - color contains mainly: blue. Hex color #404F65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404F65 is #BFB09A. Grayscale: #4C4C4C. Windows color (decimal): -12562587 or 6639424. OLE color: 6639424.
HSL color Cylindrical-coordinate representation of color #404F65: hue angle of 215.68º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #404F65 is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 64 | 79 | 101 | - |
| CMYK | 0.37 | 0.22 | 0 | 0.60 |
| HSL | 215.68º | 0.22% | 0.32% | - |
| HSV(B) | 215.68º | 0.37% | 0.4% | - |
| XYZ | 7.26 | 7.62 | 13.4 | - |
| YUV | 77.02 | 141.53 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 79 | 101 | 0.37 | 0.22 | 0 | 0.60 | 215.68 | 0.22 | 0.32 |
| Hex | 40 | 4F | 65 | 25 | 16 | 0 | 3C | D8 | 16 | 20 |
| Octal | 100 | 117 | 145 | 45 | 26 | 0 | 74 | 330 | 26 | 40 |
| Binary | 1000000 | 1001111 | 1100101 | 100101 | 10110 | 0 | 111100 | 11011000 | 10110 | 100000 |
Color Harmonies of #404F65
Complementary color
Monochromatic Colors of #404F65
Black with #404F65
Text Example
Text Example
White with #404F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404F65; }
p { color: rgb(64,79,101); }
H1.HeaderClassName
{
color: #404F65;
}
.AnyTagClassName
{
color: #404F65;
}
</style>
background-color css
<style>
a { background-color: #404F65; }
a { background-color: rgb(64,79,101); }
div.DivClassName
{
background-color: #404F65;
}
.BgClassName
{
background-color: #404F65;
}
</style>
border-color css
<style>
span { border-color: #404F65; }
span { border-color: rgb(64,79,101); }
td.TdClassName
{
border-color: #404F65;
}
.TagClassName
{
border-color: #404F65;
}
</style>