Shades of Calypso #46718B
Tints of Calypso #46718B
RGB
CMYK
RGB Variations
Color information
#46718B (or 0x46718B) is known color: Calypso. HEX triplet: 46, 71 and 8B. RGB value is (70,113,139). Sum of RGB (Red+Green+Blue) = 70+113+139=322 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.74% from 322); Green value is 113 (44.53% from 255 or 35.09% from 322); Blue value is 139 (54.69% from 255 or 43.17% from 322); Max value from RGB is 139 - color contains mainly: blue. Hex color #46718B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46718B is #B98E74. Grayscale: #666666. Windows color (decimal): -12160629 or 9138502. OLE color: 9138502.
HSL color Cylindrical-coordinate representation of color #46718B: hue angle of 202.61º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #46718B is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 113 | 139 | - |
| CMYK | 0.50 | 0.19 | 0 | 0.45 |
| HSL | 202.61º | 0.33% | 0.41% | - |
| HSV(B) | 202.61º | 0.5% | 0.55% | - |
| XYZ | 13.09 | 14.98 | 26.63 | - |
| YUV | 103.11 | 148.25 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 113 | 139 | 0.50 | 0.19 | 0 | 0.45 | 202.61 | 0.33 | 0.41 |
| Hex | 46 | 71 | 8B | 32 | 13 | 0 | 2D | CB | 21 | 29 |
| Octal | 106 | 161 | 213 | 62 | 23 | 0 | 55 | 313 | 41 | 51 |
| Binary | 1000110 | 1110001 | 10001011 | 110010 | 10011 | 0 | 101101 | 11001011 | 100001 | 101001 |
Color Harmonies of #46718B
Complementary color
Monochromatic Colors of #46718B
Black with #46718B
Text Example
Text Example
White with #46718B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46718B; }
p { color: rgb(70,113,139); }
H1.HeaderClassName
{
color: #46718B;
}
.AnyTagClassName
{
color: #46718B;
}
</style>
background-color css
<style>
a { background-color: #46718B; }
a { background-color: rgb(70,113,139); }
div.DivClassName
{
background-color: #46718B;
}
.BgClassName
{
background-color: #46718B;
}
</style>
border-color css
<style>
span { border-color: #46718B; }
span { border-color: rgb(70,113,139); }
td.TdClassName
{
border-color: #46718B;
}
.TagClassName
{
border-color: #46718B;
}
</style>