Shades of Calypso #46718A
Tints of Calypso #46718A
RGB
CMYK
RGB Variations
Color information
#46718A (or 0x46718A) is known color: Calypso. HEX triplet: 46, 71 and 8A. RGB value is (70,113,138). Sum of RGB (Red+Green+Blue) = 70+113+138=321 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.81% from 321); Green value is 113 (44.53% from 255 or 35.20% from 321); Blue value is 138 (54.30% from 255 or 42.99% from 321); Max value from RGB is 138 - color contains mainly: blue. Hex color #46718A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46718A is #B98E75. Grayscale: #666666. Windows color (decimal): -12160630 or 9072966. OLE color: 9072966.
HSL color Cylindrical-coordinate representation of color #46718A: hue angle of 202.06º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #46718A is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 70 | 113 | 138 | - |
| CMYK | 0.49 | 0.18 | 0 | 0.46 |
| HSL | 202.06º | 0.33% | 0.41% | - |
| HSV(B) | 202.06º | 0.49% | 0.54% | - |
| XYZ | 13.02 | 14.95 | 26.24 | - |
| YUV | 102.99 | 147.75 | 104.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 113 | 138 | 0.49 | 0.18 | 0 | 0.46 | 202.06 | 0.33 | 0.41 |
| Hex | 46 | 71 | 8A | 31 | 12 | 0 | 2E | CA | 21 | 29 |
| Octal | 106 | 161 | 212 | 61 | 22 | 0 | 56 | 312 | 41 | 51 |
| Binary | 1000110 | 1110001 | 10001010 | 110001 | 10010 | 0 | 101110 | 11001010 | 100001 | 101001 |
Color Harmonies of #46718A
Complementary color
Monochromatic Colors of #46718A
Black with #46718A
Text Example
Text Example
White with #46718A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46718A; }
p { color: rgb(70,113,138); }
H1.HeaderClassName
{
color: #46718A;
}
.AnyTagClassName
{
color: #46718A;
}
</style>
background-color css
<style>
a { background-color: #46718A; }
a { background-color: rgb(70,113,138); }
div.DivClassName
{
background-color: #46718A;
}
.BgClassName
{
background-color: #46718A;
}
</style>
border-color css
<style>
span { border-color: #46718A; }
span { border-color: rgb(70,113,138); }
td.TdClassName
{
border-color: #46718A;
}
.TagClassName
{
border-color: #46718A;
}
</style>