Shades of Calypso #40718D
Tints of Calypso #40718D
RGB
CMYK
RGB Variations
Color information
#40718D (or 0x40718D) is known color: Calypso. HEX triplet: 40, 71 and 8D. RGB value is (64,113,141). Sum of RGB (Red+Green+Blue) = 64+113+141=318 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.13% from 318); Green value is 113 (44.53% from 255 or 35.53% from 318); Blue value is 141 (55.47% from 255 or 44.34% from 318); Max value from RGB is 141 - color contains mainly: blue. Hex color #40718D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40718D is #BF8E72. Grayscale: #656565. Windows color (decimal): -12553843 or 9269568. OLE color: 9269568.
HSL color Cylindrical-coordinate representation of color #40718D: hue angle of 201.82º 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 #40718D is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 113 | 141 | - |
| CMYK | 0.55 | 0.20 | 0 | 0.45 |
| HSL | 201.82º | 0.38% | 0.4% | - |
| HSV(B) | 201.82º | 0.55% | 0.55% | - |
| XYZ | 12.83 | 14.82 | 27.38 | - |
| YUV | 101.54 | 150.27 | 101.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 113 | 141 | 0.55 | 0.20 | 0 | 0.45 | 201.82 | 0.38 | 0.4 |
| Hex | 40 | 71 | 8D | 37 | 14 | 0 | 2D | CA | 26 | 28 |
| Octal | 100 | 161 | 215 | 67 | 24 | 0 | 55 | 312 | 46 | 50 |
| Binary | 1000000 | 1110001 | 10001101 | 110111 | 10100 | 0 | 101101 | 11001010 | 100110 | 101000 |
Color Harmonies of #40718D
Complementary color
Monochromatic Colors of #40718D
Black with #40718D
Text Example
Text Example
White with #40718D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40718D; }
p { color: rgb(64,113,141); }
H1.HeaderClassName
{
color: #40718D;
}
.AnyTagClassName
{
color: #40718D;
}
</style>
background-color css
<style>
a { background-color: #40718D; }
a { background-color: rgb(64,113,141); }
div.DivClassName
{
background-color: #40718D;
}
.BgClassName
{
background-color: #40718D;
}
</style>
border-color css
<style>
span { border-color: #40718D; }
span { border-color: rgb(64,113,141); }
td.TdClassName
{
border-color: #40718D;
}
.TagClassName
{
border-color: #40718D;
}
</style>