Shades of Cello #405166
Tints of Cello #405166
RGB
CMYK
RGB Variations
Color information
#405166 (or 0x405166) is known color: Cello. HEX triplet: 40, 51 and 66. RGB value is (64,81,102). Sum of RGB (Red+Green+Blue) = 64+81+102=247 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.91% from 247); Green value is 81 (32.03% from 255 or 32.79% from 247); Blue value is 102 (40.23% from 255 or 41.30% from 247); Max value from RGB is 102 - color contains mainly: blue. Hex color #405166 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405166 is #BFAE99. Grayscale: #4E4E4E. Windows color (decimal): -12562074 or 6705472. OLE color: 6705472.
HSL color Cylindrical-coordinate representation of color #405166: hue angle of 213.16º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #405166 is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 64 | 81 | 102 | - |
| CMYK | 0.37 | 0.21 | 0 | 0.6 |
| HSL | 213.16º | 0.23% | 0.33% | - |
| HSV(B) | 213.16º | 0.37% | 0.4% | - |
| XYZ | 7.46 | 7.93 | 13.71 | - |
| YUV | 78.31 | 141.37 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 81 | 102 | 0.37 | 0.21 | 0 | 0.6 | 213.16 | 0.23 | 0.33 |
| Hex | 40 | 51 | 66 | 25 | 15 | 0 | 3C | D5 | 17 | 21 |
| Octal | 100 | 121 | 146 | 45 | 25 | 0 | 74 | 325 | 27 | 41 |
| Binary | 1000000 | 1010001 | 1100110 | 100101 | 10101 | 0 | 111100 | 11010101 | 10111 | 100001 |
Color Harmonies of #405166
Complementary color
Monochromatic Colors of #405166
Black with #405166
Text Example
Text Example
White with #405166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405166; }
p { color: rgb(64,81,102); }
H1.HeaderClassName
{
color: #405166;
}
.AnyTagClassName
{
color: #405166;
}
</style>
background-color css
<style>
a { background-color: #405166; }
a { background-color: rgb(64,81,102); }
div.DivClassName
{
background-color: #405166;
}
.BgClassName
{
background-color: #405166;
}
</style>
border-color css
<style>
span { border-color: #405166; }
span { border-color: rgb(64,81,102); }
td.TdClassName
{
border-color: #405166;
}
.TagClassName
{
border-color: #405166;
}
</style>