Shades of Calypso #426F88
Tints of Calypso #426F88
RGB
CMYK
RGB Variations
Color information
#426F88 (or 0x426F88) is known color: Calypso. HEX triplet: 42, 6F and 88. RGB value is (66,111,136). Sum of RGB (Red+Green+Blue) = 66+111+136=313 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.09% from 313); Green value is 111 (43.75% from 255 or 35.46% from 313); Blue value is 136 (53.52% from 255 or 43.45% from 313); Max value from RGB is 136 - color contains mainly: blue. Hex color #426F88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426F88 is #BD9077. Grayscale: #646464. Windows color (decimal): -12423288 or 8941378. OLE color: 8941378.
HSL color Cylindrical-coordinate representation of color #426F88: hue angle of 201.43º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #426F88 is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 111 | 136 | - |
| CMYK | 0.51 | 0.18 | 0 | 0.47 |
| HSL | 201.43º | 0.35% | 0.4% | - |
| HSV(B) | 201.43º | 0.51% | 0.53% | - |
| XYZ | 12.38 | 14.3 | 25.4 | - |
| YUV | 100.4 | 148.09 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 111 | 136 | 0.51 | 0.18 | 0 | 0.47 | 201.43 | 0.35 | 0.4 |
| Hex | 42 | 6F | 88 | 33 | 12 | 0 | 2F | C9 | 23 | 28 |
| Octal | 102 | 157 | 210 | 63 | 22 | 0 | 57 | 311 | 43 | 50 |
| Binary | 1000010 | 1101111 | 10001000 | 110011 | 10010 | 0 | 101111 | 11001001 | 100011 | 101000 |
Color Harmonies of #426F88
Complementary color
Monochromatic Colors of #426F88
Black with #426F88
Text Example
Text Example
White with #426F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426F88; }
p { color: rgb(66,111,136); }
H1.HeaderClassName
{
color: #426F88;
}
.AnyTagClassName
{
color: #426F88;
}
</style>
background-color css
<style>
a { background-color: #426F88; }
a { background-color: rgb(66,111,136); }
div.DivClassName
{
background-color: #426F88;
}
.BgClassName
{
background-color: #426F88;
}
</style>
border-color css
<style>
span { border-color: #426F88; }
span { border-color: rgb(66,111,136); }
td.TdClassName
{
border-color: #426F88;
}
.TagClassName
{
border-color: #426F88;
}
</style>