Shades of Calypso #40718B
Tints of Calypso #40718B
RGB
CMYK
RGB Variations
Color information
#40718B (or 0x40718B) is known color: Calypso. HEX triplet: 40, 71 and 8B. RGB value is (64,113,139). Sum of RGB (Red+Green+Blue) = 64+113+139=316 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.25% from 316); Green value is 113 (44.53% from 255 or 35.76% from 316); Blue value is 139 (54.69% from 255 or 43.99% from 316); Max value from RGB is 139 - color contains mainly: blue. Hex color #40718B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40718B is #BF8E74. Grayscale: #656565. Windows color (decimal): -12553845 or 9138496. OLE color: 9138496.
HSL color Cylindrical-coordinate representation of color #40718B: hue angle of 200.8º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #40718B is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 113 | 139 | - |
| CMYK | 0.54 | 0.19 | 0 | 0.45 |
| HSL | 200.8º | 0.37% | 0.4% | - |
| HSV(B) | 200.8º | 0.54% | 0.55% | - |
| XYZ | 12.68 | 14.76 | 26.61 | - |
| YUV | 101.31 | 149.27 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 113 | 139 | 0.54 | 0.19 | 0 | 0.45 | 200.8 | 0.37 | 0.4 |
| Hex | 40 | 71 | 8B | 36 | 13 | 0 | 2D | C9 | 25 | 28 |
| Octal | 100 | 161 | 213 | 66 | 23 | 0 | 55 | 311 | 45 | 50 |
| Binary | 1000000 | 1110001 | 10001011 | 110110 | 10011 | 0 | 101101 | 11001001 | 100101 | 101000 |
Color Harmonies of #40718B
Complementary color
Monochromatic Colors of #40718B
Black with #40718B
Text Example
Text Example
White with #40718B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40718B; }
p { color: rgb(64,113,139); }
H1.HeaderClassName
{
color: #40718B;
}
.AnyTagClassName
{
color: #40718B;
}
</style>
background-color css
<style>
a { background-color: #40718B; }
a { background-color: rgb(64,113,139); }
div.DivClassName
{
background-color: #40718B;
}
.BgClassName
{
background-color: #40718B;
}
</style>
border-color css
<style>
span { border-color: #40718B; }
span { border-color: rgb(64,113,139); }
td.TdClassName
{
border-color: #40718B;
}
.TagClassName
{
border-color: #40718B;
}
</style>