Shades of Cello #40546B
Tints of Cello #40546B
RGB
CMYK
RGB Variations
Color information
#40546B (or 0x40546B) is known color: Cello. HEX triplet: 40, 54 and 6B. RGB value is (64,84,107). Sum of RGB (Red+Green+Blue) = 64+84+107=255 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.10% from 255); Green value is 84 (33.20% from 255 or 32.94% from 255); Blue value is 107 (42.19% from 255 or 41.96% from 255); Max value from RGB is 107 - color contains mainly: blue. Hex color #40546B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40546B is #BFAB94. Grayscale: #505050. Windows color (decimal): -12561301 or 7033920. OLE color: 7033920.
HSL color Cylindrical-coordinate representation of color #40546B: hue angle of 212.09º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #40546B is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 64 | 84 | 107 | - |
| CMYK | 0.40 | 0.21 | 0 | 0.58 |
| HSL | 212.09º | 0.25% | 0.34% | - |
| HSV(B) | 212.09º | 0.4% | 0.42% | - |
| XYZ | 7.94 | 8.49 | 15.13 | - |
| YUV | 80.64 | 142.87 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 84 | 107 | 0.40 | 0.21 | 0 | 0.58 | 212.09 | 0.25 | 0.34 |
| Hex | 40 | 54 | 6B | 28 | 15 | 0 | 3A | D4 | 19 | 22 |
| Octal | 100 | 124 | 153 | 50 | 25 | 0 | 72 | 324 | 31 | 42 |
| Binary | 1000000 | 1010100 | 1101011 | 101000 | 10101 | 0 | 111010 | 11010100 | 11001 | 100010 |
Color Harmonies of #40546B
Complementary color
Monochromatic Colors of #40546B
Black with #40546B
Text Example
Text Example
White with #40546B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40546B; }
p { color: rgb(64,84,107); }
H1.HeaderClassName
{
color: #40546B;
}
.AnyTagClassName
{
color: #40546B;
}
</style>
background-color css
<style>
a { background-color: #40546B; }
a { background-color: rgb(64,84,107); }
div.DivClassName
{
background-color: #40546B;
}
.BgClassName
{
background-color: #40546B;
}
</style>
border-color css
<style>
span { border-color: #40546B; }
span { border-color: rgb(64,84,107); }
td.TdClassName
{
border-color: #40546B;
}
.TagClassName
{
border-color: #40546B;
}
</style>