Shades of Calypso #426C82
Tints of Calypso #426C82
RGB
CMYK
RGB Variations
Color information
#426C82 (or 0x426C82) is known color: Calypso. HEX triplet: 42, 6C and 82. RGB value is (66,108,130). Sum of RGB (Red+Green+Blue) = 66+108+130=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 108 (42.58% from 255 or 35.53% from 304); Blue value is 130 (51.17% from 255 or 42.76% from 304); Max value from RGB is 130 - color contains mainly: blue. Hex color #426C82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426C82 is #BD937D. Grayscale: #616161. Windows color (decimal): -12424062 or 8547394. OLE color: 8547394.
HSL color Cylindrical-coordinate representation of color #426C82: hue angle of 200.62º 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 #426C82 is Cyan = 0.49, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 66 | 108 | 130 | - |
| CMYK | 0.49 | 0.17 | 0 | 0.49 |
| HSL | 200.63º | 0.33% | 0.38% | - |
| HSV(B) | 200.63º | 0.49% | 0.51% | - |
| XYZ | 11.64 | 13.5 | 23.11 | - |
| YUV | 97.95 | 146.09 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 108 | 130 | 0.49 | 0.17 | 0 | 0.49 | 200.63 | 0.33 | 0.38 |
| Hex | 42 | 6C | 82 | 31 | 11 | 0 | 31 | C9 | 21 | 26 |
| Octal | 102 | 154 | 202 | 61 | 21 | 0 | 61 | 311 | 41 | 46 |
| Binary | 1000010 | 1101100 | 10000010 | 110001 | 10001 | 0 | 110001 | 11001001 | 100001 | 100110 |
Color Harmonies of #426C82
Complementary color
Monochromatic Colors of #426C82
Black with #426C82
Text Example
Text Example
White with #426C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426C82; }
p { color: rgb(66,108,130); }
H1.HeaderClassName
{
color: #426C82;
}
.AnyTagClassName
{
color: #426C82;
}
</style>
background-color css
<style>
a { background-color: #426C82; }
a { background-color: rgb(66,108,130); }
div.DivClassName
{
background-color: #426C82;
}
.BgClassName
{
background-color: #426C82;
}
</style>
border-color css
<style>
span { border-color: #426C82; }
span { border-color: rgb(66,108,130); }
td.TdClassName
{
border-color: #426C82;
}
.TagClassName
{
border-color: #426C82;
}
</style>