Shades of Calypso #40728E
Tints of Calypso #40728E
RGB
CMYK
RGB Variations
Color information
#40728E (or 0x40728E) is known color: Calypso. HEX triplet: 40, 72 and 8E. RGB value is (64,114,142). Sum of RGB (Red+Green+Blue) = 64+114+142=320 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 142 (55.86% from 255 or 44.38% from 320); Max value from RGB is 142 - color contains mainly: blue. Hex color #40728E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40728E is #BF8D71. Grayscale: #666666. Windows color (decimal): -12553586 or 9335360. OLE color: 9335360.
HSL color Cylindrical-coordinate representation of color #40728E: hue angle of 201.54º 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 #40728E is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 114 | 142 | - |
| CMYK | 0.55 | 0.20 | 0 | 0.44 |
| HSL | 201.54º | 0.38% | 0.4% | - |
| HSV(B) | 201.54º | 0.55% | 0.56% | - |
| XYZ | 13.01 | 15.08 | 27.82 | - |
| YUV | 102.24 | 150.44 | 100.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 114 | 142 | 0.55 | 0.20 | 0 | 0.44 | 201.54 | 0.38 | 0.4 |
| Hex | 40 | 72 | 8E | 37 | 14 | 0 | 2C | CA | 26 | 28 |
| Octal | 100 | 162 | 216 | 67 | 24 | 0 | 54 | 312 | 46 | 50 |
| Binary | 1000000 | 1110010 | 10001110 | 110111 | 10100 | 0 | 101100 | 11001010 | 100110 | 101000 |
Color Harmonies of #40728E
Complementary color
Monochromatic Colors of #40728E
Black with #40728E
Text Example
Text Example
White with #40728E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40728E; }
p { color: rgb(64,114,142); }
H1.HeaderClassName
{
color: #40728E;
}
.AnyTagClassName
{
color: #40728E;
}
</style>
background-color css
<style>
a { background-color: #40728E; }
a { background-color: rgb(64,114,142); }
div.DivClassName
{
background-color: #40728E;
}
.BgClassName
{
background-color: #40728E;
}
</style>
border-color css
<style>
span { border-color: #40728E; }
span { border-color: rgb(64,114,142); }
td.TdClassName
{
border-color: #40728E;
}
.TagClassName
{
border-color: #40728E;
}
</style>