Shades of Calypso #416C81
Tints of Calypso #416C81
RGB
CMYK
RGB Variations
Color information
#416C81 (or 0x416C81) is known color: Calypso. HEX triplet: 41, 6C and 81. RGB value is (65,108,129). Sum of RGB (Red+Green+Blue) = 65+108+129=302 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.52% from 302); Green value is 108 (42.58% from 255 or 35.76% from 302); Blue value is 129 (50.78% from 255 or 42.72% from 302); Max value from RGB is 129 - color contains mainly: blue. Hex color #416C81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416C81 is #BE937E. Grayscale: #616161. Windows color (decimal): -12489599 or 8481857. OLE color: 8481857.
HSL color Cylindrical-coordinate representation of color #416C81: hue angle of 199.69º 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 #416C81 is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 65 | 108 | 129 | - |
| CMYK | 0.50 | 0.16 | 0 | 0.49 |
| HSL | 199.69º | 0.33% | 0.38% | - |
| HSV(B) | 199.69º | 0.5% | 0.51% | - |
| XYZ | 11.5 | 13.43 | 22.76 | - |
| YUV | 97.54 | 145.75 | 104.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 108 | 129 | 0.50 | 0.16 | 0 | 0.49 | 199.69 | 0.33 | 0.38 |
| Hex | 41 | 6C | 81 | 32 | 10 | 0 | 31 | C8 | 21 | 26 |
| Octal | 101 | 154 | 201 | 62 | 20 | 0 | 61 | 310 | 41 | 46 |
| Binary | 1000001 | 1101100 | 10000001 | 110010 | 10000 | 0 | 110001 | 11001000 | 100001 | 100110 |
Color Harmonies of #416C81
Complementary color
Monochromatic Colors of #416C81
Black with #416C81
Text Example
Text Example
White with #416C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416C81; }
p { color: rgb(65,108,129); }
H1.HeaderClassName
{
color: #416C81;
}
.AnyTagClassName
{
color: #416C81;
}
</style>
background-color css
<style>
a { background-color: #416C81; }
a { background-color: rgb(65,108,129); }
div.DivClassName
{
background-color: #416C81;
}
.BgClassName
{
background-color: #416C81;
}
</style>
border-color css
<style>
span { border-color: #416C81; }
span { border-color: rgb(65,108,129); }
td.TdClassName
{
border-color: #416C81;
}
.TagClassName
{
border-color: #416C81;
}
</style>