Shades of Calypso #42728C
Tints of Calypso #42728C
RGB
CMYK
RGB Variations
Color information
#42728C (or 0x42728C) is known color: Calypso. HEX triplet: 42, 72 and 8C. RGB value is (66,114,140). Sum of RGB (Red+Green+Blue) = 66+114+140=320 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.62% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 140 (55.08% from 255 or 43.75% from 320); Max value from RGB is 140 - color contains mainly: blue. Hex color #42728C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42728C is #BD8D73. Grayscale: #666666. Windows color (decimal): -12422516 or 9204290. OLE color: 9204290.
HSL color Cylindrical-coordinate representation of color #42728C: hue angle of 201.08º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #42728C is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 114 | 140 | - |
| CMYK | 0.53 | 0.19 | 0 | 0.45 |
| HSL | 201.08º | 0.36% | 0.4% | - |
| HSV(B) | 201.08º | 0.53% | 0.55% | - |
| XYZ | 13 | 15.09 | 27.04 | - |
| YUV | 102.61 | 149.1 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 114 | 140 | 0.53 | 0.19 | 0 | 0.45 | 201.08 | 0.36 | 0.4 |
| Hex | 42 | 72 | 8C | 35 | 13 | 0 | 2D | C9 | 24 | 28 |
| Octal | 102 | 162 | 214 | 65 | 23 | 0 | 55 | 311 | 44 | 50 |
| Binary | 1000010 | 1110010 | 10001100 | 110101 | 10011 | 0 | 101101 | 11001001 | 100100 | 101000 |
Color Harmonies of #42728C
Complementary color
Monochromatic Colors of #42728C
Black with #42728C
Text Example
Text Example
White with #42728C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42728C; }
p { color: rgb(66,114,140); }
H1.HeaderClassName
{
color: #42728C;
}
.AnyTagClassName
{
color: #42728C;
}
</style>
background-color css
<style>
a { background-color: #42728C; }
a { background-color: rgb(66,114,140); }
div.DivClassName
{
background-color: #42728C;
}
.BgClassName
{
background-color: #42728C;
}
</style>
border-color css
<style>
span { border-color: #42728C; }
span { border-color: rgb(66,114,140); }
td.TdClassName
{
border-color: #42728C;
}
.TagClassName
{
border-color: #42728C;
}
</style>