Shades of Calypso #407090
Tints of Calypso #407090
RGB
CMYK
RGB Variations
Color information
#407090 (or 0x407090) is known color: Calypso. HEX triplet: 40, 70 and 90. RGB value is (64,112,144). Sum of RGB (Red+Green+Blue) = 64+112+144=320 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 144 (56.64% from 255 or 45% from 320); Max value from RGB is 144 - color contains mainly: blue. Hex color #407090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407090 is #BF8F6F. Grayscale: #656565. Windows color (decimal): -12554096 or 9465920. OLE color: 9465920.
HSL color Cylindrical-coordinate representation of color #407090: hue angle of 204º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #407090 is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 112 | 144 | - |
| CMYK | 0.56 | 0.22 | 0 | 0.44 |
| HSL | 204º | 0.38% | 0.41% | - |
| HSV(B) | 204º | 0.56% | 0.56% | - |
| XYZ | 12.94 | 14.69 | 28.54 | - |
| YUV | 101.3 | 152.1 | 101.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 112 | 144 | 0.56 | 0.22 | 0 | 0.44 | 204 | 0.38 | 0.41 |
| Hex | 40 | 70 | 90 | 38 | 16 | 0 | 2C | CC | 26 | 29 |
| Octal | 100 | 160 | 220 | 70 | 26 | 0 | 54 | 314 | 46 | 51 |
| Binary | 1000000 | 1110000 | 10010000 | 111000 | 10110 | 0 | 101100 | 11001100 | 100110 | 101001 |
Color Harmonies of #407090
Complementary color
Monochromatic Colors of #407090
Black with #407090
Text Example
Text Example
White with #407090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407090; }
p { color: rgb(64,112,144); }
H1.HeaderClassName
{
color: #407090;
}
.AnyTagClassName
{
color: #407090;
}
</style>
background-color css
<style>
a { background-color: #407090; }
a { background-color: rgb(64,112,144); }
div.DivClassName
{
background-color: #407090;
}
.BgClassName
{
background-color: #407090;
}
</style>
border-color css
<style>
span { border-color: #407090; }
span { border-color: rgb(64,112,144); }
td.TdClassName
{
border-color: #407090;
}
.TagClassName
{
border-color: #407090;
}
</style>