Shades of Calypso #456E87
Tints of Calypso #456E87
RGB
CMYK
RGB Variations
Color information
#456E87 (or 0x456E87) is known color: Calypso. HEX triplet: 45, 6E and 87. RGB value is (69,110,135). Sum of RGB (Red+Green+Blue) = 69+110+135=314 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.97% from 314); Green value is 110 (43.36% from 255 or 35.03% from 314); Blue value is 135 (53.12% from 255 or 42.99% from 314); Max value from RGB is 135 - color contains mainly: blue. Hex color #456E87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456E87 is #BA9178. Grayscale: #646464. Windows color (decimal): -12226937 or 8875589. OLE color: 8875589.
HSL color Cylindrical-coordinate representation of color #456E87: hue angle of 202.73º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #456E87 is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 69 | 110 | 135 | - |
| CMYK | 0.49 | 0.19 | 0 | 0.47 |
| HSL | 202.73º | 0.32% | 0.4% | - |
| HSV(B) | 202.73º | 0.49% | 0.53% | - |
| XYZ | 12.4 | 14.17 | 25 | - |
| YUV | 100.59 | 147.42 | 105.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 110 | 135 | 0.49 | 0.19 | 0 | 0.47 | 202.73 | 0.32 | 0.4 |
| Hex | 45 | 6E | 87 | 31 | 13 | 0 | 2F | CB | 20 | 28 |
| Octal | 105 | 156 | 207 | 61 | 23 | 0 | 57 | 313 | 40 | 50 |
| Binary | 1000101 | 1101110 | 10000111 | 110001 | 10011 | 0 | 101111 | 11001011 | 100000 | 101000 |
Color Harmonies of #456E87
Complementary color
Monochromatic Colors of #456E87
Black with #456E87
Text Example
Text Example
White with #456E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456E87; }
p { color: rgb(69,110,135); }
H1.HeaderClassName
{
color: #456E87;
}
.AnyTagClassName
{
color: #456E87;
}
</style>
background-color css
<style>
a { background-color: #456E87; }
a { background-color: rgb(69,110,135); }
div.DivClassName
{
background-color: #456E87;
}
.BgClassName
{
background-color: #456E87;
}
</style>
border-color css
<style>
span { border-color: #456E87; }
span { border-color: rgb(69,110,135); }
td.TdClassName
{
border-color: #456E87;
}
.TagClassName
{
border-color: #456E87;
}
</style>