Shades of Cello #405066
Tints of Cello #405066
RGB
CMYK
RGB Variations
Color information
#405066 (or 0x405066) is known color: Cello. HEX triplet: 40, 50 and 66. RGB value is (64,80,102). Sum of RGB (Red+Green+Blue) = 64+80+102=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 80 (31.64% from 255 or 32.52% from 246); Blue value is 102 (40.23% from 255 or 41.46% from 246); Max value from RGB is 102 - color contains mainly: blue. Hex color #405066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405066 is #BFAF99. Grayscale: #4D4D4D. Windows color (decimal): -12562330 or 6705216. OLE color: 6705216.
HSL color Cylindrical-coordinate representation of color #405066: hue angle of 214.74º 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 #405066 is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 64 | 80 | 102 | - |
| CMYK | 0.37 | 0.22 | 0 | 0.6 |
| HSL | 214.74º | 0.23% | 0.33% | - |
| HSV(B) | 214.74º | 0.37% | 0.4% | - |
| XYZ | 7.38 | 7.79 | 13.68 | - |
| YUV | 77.72 | 141.7 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 80 | 102 | 0.37 | 0.22 | 0 | 0.6 | 214.74 | 0.23 | 0.33 |
| Hex | 40 | 50 | 66 | 25 | 16 | 0 | 3C | D7 | 17 | 21 |
| Octal | 100 | 120 | 146 | 45 | 26 | 0 | 74 | 327 | 27 | 41 |
| Binary | 1000000 | 1010000 | 1100110 | 100101 | 10110 | 0 | 111100 | 11010111 | 10111 | 100001 |
Color Harmonies of #405066
Complementary color
Monochromatic Colors of #405066
Black with #405066
Text Example
Text Example
White with #405066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405066; }
p { color: rgb(64,80,102); }
H1.HeaderClassName
{
color: #405066;
}
.AnyTagClassName
{
color: #405066;
}
</style>
background-color css
<style>
a { background-color: #405066; }
a { background-color: rgb(64,80,102); }
div.DivClassName
{
background-color: #405066;
}
.BgClassName
{
background-color: #405066;
}
</style>
border-color css
<style>
span { border-color: #405066; }
span { border-color: rgb(64,80,102); }
td.TdClassName
{
border-color: #405066;
}
.TagClassName
{
border-color: #405066;
}
</style>