Shades of Calypso #406F91
Tints of Calypso #406F91
RGB
CMYK
RGB Variations
Color information
#406F91 (or 0x406F91) is known color: Calypso. HEX triplet: 40, 6F and 91. RGB value is (64,111,145). Sum of RGB (Red+Green+Blue) = 64+111+145=320 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20% from 320); Green value is 111 (43.75% from 255 or 34.69% from 320); Blue value is 145 (57.03% from 255 or 45.31% from 320); Max value from RGB is 145 - color contains mainly: blue. Hex color #406F91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406F91 is #BF906E. Grayscale: #646464. Windows color (decimal): -12554351 or 9531200. OLE color: 9531200.
HSL color Cylindrical-coordinate representation of color #406F91: hue angle of 205.19º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #406F91 is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 64 | 111 | 145 | - |
| CMYK | 0.56 | 0.23 | 0 | 0.43 |
| HSL | 205.19º | 0.39% | 0.41% | - |
| HSV(B) | 205.19º | 0.56% | 0.57% | - |
| XYZ | 12.91 | 14.5 | 28.91 | - |
| YUV | 100.82 | 152.93 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 111 | 145 | 0.56 | 0.23 | 0 | 0.43 | 205.19 | 0.39 | 0.41 |
| Hex | 40 | 6F | 91 | 38 | 17 | 0 | 2B | CD | 27 | 29 |
| Octal | 100 | 157 | 221 | 70 | 27 | 0 | 53 | 315 | 47 | 51 |
| Binary | 1000000 | 1101111 | 10010001 | 111000 | 10111 | 0 | 101011 | 11001101 | 100111 | 101001 |
Color Harmonies of #406F91
Complementary color
Monochromatic Colors of #406F91
Black with #406F91
Text Example
Text Example
White with #406F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406F91; }
p { color: rgb(64,111,145); }
H1.HeaderClassName
{
color: #406F91;
}
.AnyTagClassName
{
color: #406F91;
}
</style>
background-color css
<style>
a { background-color: #406F91; }
a { background-color: rgb(64,111,145); }
div.DivClassName
{
background-color: #406F91;
}
.BgClassName
{
background-color: #406F91;
}
</style>
border-color css
<style>
span { border-color: #406F91; }
span { border-color: rgb(64,111,145); }
td.TdClassName
{
border-color: #406F91;
}
.TagClassName
{
border-color: #406F91;
}
</style>