Shades of Calypso #406F8D
Tints of Calypso #406F8D
RGB
CMYK
RGB Variations
Color information
#406F8D (or 0x406F8D) is known color: Calypso. HEX triplet: 40, 6F and 8D. RGB value is (64,111,141). Sum of RGB (Red+Green+Blue) = 64+111+141=316 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.25% from 316); Green value is 111 (43.75% from 255 or 35.13% from 316); Blue value is 141 (55.47% from 255 or 44.62% from 316); Max value from RGB is 141 - color contains mainly: blue. Hex color #406F8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406F8D is #BF9072. Grayscale: #646464. Windows color (decimal): -12554355 or 9269056. OLE color: 9269056.
HSL color Cylindrical-coordinate representation of color #406F8D: hue angle of 203.38º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #406F8D is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 111 | 141 | - |
| CMYK | 0.55 | 0.21 | 0 | 0.45 |
| HSL | 203.38º | 0.38% | 0.4% | - |
| HSV(B) | 203.38º | 0.55% | 0.55% | - |
| XYZ | 12.61 | 14.38 | 27.31 | - |
| YUV | 100.37 | 150.93 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 111 | 141 | 0.55 | 0.21 | 0 | 0.45 | 203.38 | 0.38 | 0.4 |
| Hex | 40 | 6F | 8D | 37 | 15 | 0 | 2D | CB | 26 | 28 |
| Octal | 100 | 157 | 215 | 67 | 25 | 0 | 55 | 313 | 46 | 50 |
| Binary | 1000000 | 1101111 | 10001101 | 110111 | 10101 | 0 | 101101 | 11001011 | 100110 | 101000 |
Color Harmonies of #406F8D
Complementary color
Monochromatic Colors of #406F8D
Black with #406F8D
Text Example
Text Example
White with #406F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406F8D; }
p { color: rgb(64,111,141); }
H1.HeaderClassName
{
color: #406F8D;
}
.AnyTagClassName
{
color: #406F8D;
}
</style>
background-color css
<style>
a { background-color: #406F8D; }
a { background-color: rgb(64,111,141); }
div.DivClassName
{
background-color: #406F8D;
}
.BgClassName
{
background-color: #406F8D;
}
</style>
border-color css
<style>
span { border-color: #406F8D; }
span { border-color: rgb(64,111,141); }
td.TdClassName
{
border-color: #406F8D;
}
.TagClassName
{
border-color: #406F8D;
}
</style>