Shades of Calypso #416882
Tints of Calypso #416882
RGB
CMYK
RGB Variations
Color information
#416882 (or 0x416882) is known color: Calypso. HEX triplet: 41, 68 and 82. RGB value is (65,104,130). Sum of RGB (Red+Green+Blue) = 65+104+130=299 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.74% from 299); Green value is 104 (41.02% from 255 or 34.78% from 299); Blue value is 130 (51.17% from 255 or 43.48% from 299); Max value from RGB is 130 - color contains mainly: blue. Hex color #416882 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416882 is #BE977D. Grayscale: #5F5F5F. Windows color (decimal): -12490622 or 8546369. OLE color: 8546369.
HSL color Cylindrical-coordinate representation of color #416882: hue angle of 204º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #416882 is Cyan = 0.50, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 65 | 104 | 130 | - |
| CMYK | 0.50 | 0.2 | 0 | 0.49 |
| HSL | 204º | 0.33% | 0.38% | - |
| HSV(B) | 204º | 0.5% | 0.51% | - |
| XYZ | 11.16 | 12.64 | 22.97 | - |
| YUV | 95.3 | 147.58 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 104 | 130 | 0.50 | 0.2 | 0 | 0.49 | 204 | 0.33 | 0.38 |
| Hex | 41 | 68 | 82 | 32 | 14 | 0 | 31 | CC | 21 | 26 |
| Octal | 101 | 150 | 202 | 62 | 24 | 0 | 61 | 314 | 41 | 46 |
| Binary | 1000001 | 1101000 | 10000010 | 110010 | 10100 | 0 | 110001 | 11001100 | 100001 | 100110 |
Color Harmonies of #416882
Complementary color
Monochromatic Colors of #416882
Black with #416882
Text Example
Text Example
White with #416882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416882; }
p { color: rgb(65,104,130); }
H1.HeaderClassName
{
color: #416882;
}
.AnyTagClassName
{
color: #416882;
}
</style>
background-color css
<style>
a { background-color: #416882; }
a { background-color: rgb(65,104,130); }
div.DivClassName
{
background-color: #416882;
}
.BgClassName
{
background-color: #416882;
}
</style>
border-color css
<style>
span { border-color: #416882; }
span { border-color: rgb(65,104,130); }
td.TdClassName
{
border-color: #416882;
}
.TagClassName
{
border-color: #416882;
}
</style>