Shades of Calypso #426C84
Tints of Calypso #426C84
RGB
CMYK
RGB Variations
Color information
#426C84 (or 0x426C84) is known color: Calypso. HEX triplet: 42, 6C and 84. RGB value is (66,108,132). Sum of RGB (Red+Green+Blue) = 66+108+132=306 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.57% from 306); Green value is 108 (42.58% from 255 or 35.29% from 306); Blue value is 132 (51.95% from 255 or 43.14% from 306); Max value from RGB is 132 - color contains mainly: blue. Hex color #426C84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426C84 is #BD937B. Grayscale: #626262. Windows color (decimal): -12424060 or 8678466. OLE color: 8678466.
HSL color Cylindrical-coordinate representation of color #426C84: hue angle of 201.82º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #426C84 is Cyan = 0.5, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 66 | 108 | 132 | - |
| CMYK | 0.5 | 0.18 | 0 | 0.48 |
| HSL | 201.82º | 0.33% | 0.39% | - |
| HSV(B) | 201.82º | 0.5% | 0.52% | - |
| XYZ | 11.77 | 13.55 | 23.82 | - |
| YUV | 98.18 | 147.09 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 108 | 132 | 0.5 | 0.18 | 0 | 0.48 | 201.82 | 0.33 | 0.39 |
| Hex | 42 | 6C | 84 | 32 | 12 | 0 | 30 | CA | 21 | 27 |
| Octal | 102 | 154 | 204 | 62 | 22 | 0 | 60 | 312 | 41 | 47 |
| Binary | 1000010 | 1101100 | 10000100 | 110010 | 10010 | 0 | 110000 | 11001010 | 100001 | 100111 |
Color Harmonies of #426C84
Complementary color
Monochromatic Colors of #426C84
Black with #426C84
Text Example
Text Example
White with #426C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426C84; }
p { color: rgb(66,108,132); }
H1.HeaderClassName
{
color: #426C84;
}
.AnyTagClassName
{
color: #426C84;
}
</style>
background-color css
<style>
a { background-color: #426C84; }
a { background-color: rgb(66,108,132); }
div.DivClassName
{
background-color: #426C84;
}
.BgClassName
{
background-color: #426C84;
}
</style>
border-color css
<style>
span { border-color: #426C84; }
span { border-color: rgb(66,108,132); }
td.TdClassName
{
border-color: #426C84;
}
.TagClassName
{
border-color: #426C84;
}
</style>