Shades of Calypso #42708F
Tints of Calypso #42708F
RGB
CMYK
RGB Variations
Color information
#42708F (or 0x42708F) is known color: Calypso. HEX triplet: 42, 70 and 8F. RGB value is (66,112,143). Sum of RGB (Red+Green+Blue) = 66+112+143=321 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.56% from 321); Green value is 112 (44.14% from 255 or 34.89% from 321); Blue value is 143 (56.25% from 255 or 44.55% from 321); Max value from RGB is 143 - color contains mainly: blue. Hex color #42708F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42708F is #BD8F70. Grayscale: #656565. Windows color (decimal): -12423025 or 9400386. OLE color: 9400386.
HSL color Cylindrical-coordinate representation of color #42708F: hue angle of 204.16º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #42708F is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 66 | 112 | 143 | - |
| CMYK | 0.54 | 0.22 | 0 | 0.44 |
| HSL | 204.16º | 0.37% | 0.41% | - |
| HSV(B) | 204.16º | 0.54% | 0.56% | - |
| XYZ | 13 | 14.73 | 28.14 | - |
| YUV | 101.78 | 151.26 | 102.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 112 | 143 | 0.54 | 0.22 | 0 | 0.44 | 204.16 | 0.37 | 0.41 |
| Hex | 42 | 70 | 8F | 36 | 16 | 0 | 2C | CC | 25 | 29 |
| Octal | 102 | 160 | 217 | 66 | 26 | 0 | 54 | 314 | 45 | 51 |
| Binary | 1000010 | 1110000 | 10001111 | 110110 | 10110 | 0 | 101100 | 11001100 | 100101 | 101001 |
Color Harmonies of #42708F
Complementary color
Monochromatic Colors of #42708F
Black with #42708F
Text Example
Text Example
White with #42708F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42708F; }
p { color: rgb(66,112,143); }
H1.HeaderClassName
{
color: #42708F;
}
.AnyTagClassName
{
color: #42708F;
}
</style>
background-color css
<style>
a { background-color: #42708F; }
a { background-color: rgb(66,112,143); }
div.DivClassName
{
background-color: #42708F;
}
.BgClassName
{
background-color: #42708F;
}
</style>
border-color css
<style>
span { border-color: #42708F; }
span { border-color: rgb(66,112,143); }
td.TdClassName
{
border-color: #42708F;
}
.TagClassName
{
border-color: #42708F;
}
</style>