Shades of Calypso #426F82
Tints of Calypso #426F82
RGB
CMYK
RGB Variations
Color information
#426F82 (or 0x426F82) is known color: Calypso. HEX triplet: 42, 6F and 82. RGB value is (66,111,130). Sum of RGB (Red+Green+Blue) = 66+111+130=307 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.50% from 307); Green value is 111 (43.75% from 255 or 36.16% from 307); Blue value is 130 (51.17% from 255 or 42.35% from 307); Max value from RGB is 130 - color contains mainly: blue. Hex color #426F82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426F82 is #BD907D. Grayscale: #636363. Windows color (decimal): -12423294 or 8548162. OLE color: 8548162.
HSL color Cylindrical-coordinate representation of color #426F82: hue angle of 197.81º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #426F82 is Cyan = 0.49, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 66 | 111 | 130 | - |
| CMYK | 0.49 | 0.15 | 0 | 0.49 |
| HSL | 197.81º | 0.33% | 0.38% | - |
| HSV(B) | 197.81º | 0.49% | 0.51% | - |
| XYZ | 11.96 | 14.14 | 23.22 | - |
| YUV | 99.71 | 145.09 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 111 | 130 | 0.49 | 0.15 | 0 | 0.49 | 197.81 | 0.33 | 0.38 |
| Hex | 42 | 6F | 82 | 31 | F | 0 | 31 | C6 | 21 | 26 |
| Octal | 102 | 157 | 202 | 61 | 17 | 0 | 61 | 306 | 41 | 46 |
| Binary | 1000010 | 1101111 | 10000010 | 110001 | 1111 | 0 | 110001 | 11000110 | 100001 | 100110 |
Color Harmonies of #426F82
Complementary color
Monochromatic Colors of #426F82
Black with #426F82
Text Example
Text Example
White with #426F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426F82; }
p { color: rgb(66,111,130); }
H1.HeaderClassName
{
color: #426F82;
}
.AnyTagClassName
{
color: #426F82;
}
</style>
background-color css
<style>
a { background-color: #426F82; }
a { background-color: rgb(66,111,130); }
div.DivClassName
{
background-color: #426F82;
}
.BgClassName
{
background-color: #426F82;
}
</style>
border-color css
<style>
span { border-color: #426F82; }
span { border-color: rgb(66,111,130); }
td.TdClassName
{
border-color: #426F82;
}
.TagClassName
{
border-color: #426F82;
}
</style>