Shades of Calypso #406D8E
Tints of Calypso #406D8E
RGB
CMYK
RGB Variations
Color information
#406D8E (or 0x406D8E) is known color: Calypso. HEX triplet: 40, 6D and 8E. RGB value is (64,109,142). Sum of RGB (Red+Green+Blue) = 64+109+142=315 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.32% from 315); Green value is 109 (42.97% from 255 or 34.60% from 315); Blue value is 142 (55.86% from 255 or 45.08% from 315); Max value from RGB is 142 - color contains mainly: blue. Hex color #406D8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406D8E is #BF9271. Grayscale: #636363. Windows color (decimal): -12554866 or 9334080. OLE color: 9334080.
HSL color Cylindrical-coordinate representation of color #406D8E: hue angle of 205.38º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #406D8E is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 109 | 142 | - |
| CMYK | 0.55 | 0.23 | 0 | 0.44 |
| HSL | 205.38º | 0.38% | 0.4% | - |
| HSV(B) | 205.38º | 0.55% | 0.56% | - |
| XYZ | 12.47 | 13.98 | 27.63 | - |
| YUV | 99.31 | 152.09 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 109 | 142 | 0.55 | 0.23 | 0 | 0.44 | 205.38 | 0.38 | 0.4 |
| Hex | 40 | 6D | 8E | 37 | 17 | 0 | 2C | CD | 26 | 28 |
| Octal | 100 | 155 | 216 | 67 | 27 | 0 | 54 | 315 | 46 | 50 |
| Binary | 1000000 | 1101101 | 10001110 | 110111 | 10111 | 0 | 101100 | 11001101 | 100110 | 101000 |
Color Harmonies of #406D8E
Complementary color
Monochromatic Colors of #406D8E
Black with #406D8E
Text Example
Text Example
White with #406D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406D8E; }
p { color: rgb(64,109,142); }
H1.HeaderClassName
{
color: #406D8E;
}
.AnyTagClassName
{
color: #406D8E;
}
</style>
background-color css
<style>
a { background-color: #406D8E; }
a { background-color: rgb(64,109,142); }
div.DivClassName
{
background-color: #406D8E;
}
.BgClassName
{
background-color: #406D8E;
}
</style>
border-color css
<style>
span { border-color: #406D8E; }
span { border-color: rgb(64,109,142); }
td.TdClassName
{
border-color: #406D8E;
}
.TagClassName
{
border-color: #406D8E;
}
</style>