Shades of Calypso #426E8C
Tints of Calypso #426E8C
RGB
CMYK
RGB Variations
Color information
#426E8C (or 0x426E8C) is known color: Calypso. HEX triplet: 42, 6E and 8C. RGB value is (66,110,140). Sum of RGB (Red+Green+Blue) = 66+110+140=316 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.89% from 316); Green value is 110 (43.36% from 255 or 34.81% from 316); Blue value is 140 (55.08% from 255 or 44.30% from 316); Max value from RGB is 140 - color contains mainly: blue. Hex color #426E8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426E8C is #BD9173. Grayscale: #646464. Windows color (decimal): -12423540 or 9203266. OLE color: 9203266.
HSL color Cylindrical-coordinate representation of color #426E8C: hue angle of 204.32º 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 #426E8C is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 110 | 140 | - |
| CMYK | 0.53 | 0.21 | 0 | 0.45 |
| HSL | 204.32º | 0.36% | 0.4% | - |
| HSV(B) | 204.32º | 0.53% | 0.55% | - |
| XYZ | 12.56 | 14.2 | 26.89 | - |
| YUV | 100.26 | 150.42 | 103.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 110 | 140 | 0.53 | 0.21 | 0 | 0.45 | 204.32 | 0.36 | 0.4 |
| Hex | 42 | 6E | 8C | 35 | 15 | 0 | 2D | CC | 24 | 28 |
| Octal | 102 | 156 | 214 | 65 | 25 | 0 | 55 | 314 | 44 | 50 |
| Binary | 1000010 | 1101110 | 10001100 | 110101 | 10101 | 0 | 101101 | 11001100 | 100100 | 101000 |
Color Harmonies of #426E8C
Complementary color
Monochromatic Colors of #426E8C
Black with #426E8C
Text Example
Text Example
White with #426E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426E8C; }
p { color: rgb(66,110,140); }
H1.HeaderClassName
{
color: #426E8C;
}
.AnyTagClassName
{
color: #426E8C;
}
</style>
background-color css
<style>
a { background-color: #426E8C; }
a { background-color: rgb(66,110,140); }
div.DivClassName
{
background-color: #426E8C;
}
.BgClassName
{
background-color: #426E8C;
}
</style>
border-color css
<style>
span { border-color: #426E8C; }
span { border-color: rgb(66,110,140); }
td.TdClassName
{
border-color: #426E8C;
}
.TagClassName
{
border-color: #426E8C;
}
</style>