Shades of Calypso #41718A
Tints of Calypso #41718A
RGB
CMYK
RGB Variations
Color information
#41718A (or 0x41718A) is known color: Calypso. HEX triplet: 41, 71 and 8A. RGB value is (65,113,138). Sum of RGB (Red+Green+Blue) = 65+113+138=316 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.57% from 316); Green value is 113 (44.53% from 255 or 35.76% from 316); Blue value is 138 (54.30% from 255 or 43.67% from 316); Max value from RGB is 138 - color contains mainly: blue. Hex color #41718A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41718A is #BE8E75. Grayscale: #656565. Windows color (decimal): -12488310 or 9072961. OLE color: 9072961.
HSL color Cylindrical-coordinate representation of color #41718A: hue angle of 200.55º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #41718A is Cyan = 0.53, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 65 | 113 | 138 | - |
| CMYK | 0.53 | 0.18 | 0 | 0.46 |
| HSL | 200.55º | 0.36% | 0.4% | - |
| HSV(B) | 200.55º | 0.53% | 0.54% | - |
| XYZ | 12.67 | 14.77 | 26.23 | - |
| YUV | 101.5 | 148.6 | 101.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 113 | 138 | 0.53 | 0.18 | 0 | 0.46 | 200.55 | 0.36 | 0.4 |
| Hex | 41 | 71 | 8A | 35 | 12 | 0 | 2E | C9 | 24 | 28 |
| Octal | 101 | 161 | 212 | 65 | 22 | 0 | 56 | 311 | 44 | 50 |
| Binary | 1000001 | 1110001 | 10001010 | 110101 | 10010 | 0 | 101110 | 11001001 | 100100 | 101000 |
Color Harmonies of #41718A
Complementary color
Monochromatic Colors of #41718A
Black with #41718A
Text Example
Text Example
White with #41718A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41718A; }
p { color: rgb(65,113,138); }
H1.HeaderClassName
{
color: #41718A;
}
.AnyTagClassName
{
color: #41718A;
}
</style>
background-color css
<style>
a { background-color: #41718A; }
a { background-color: rgb(65,113,138); }
div.DivClassName
{
background-color: #41718A;
}
.BgClassName
{
background-color: #41718A;
}
</style>
border-color css
<style>
span { border-color: #41718A; }
span { border-color: rgb(65,113,138); }
td.TdClassName
{
border-color: #41718A;
}
.TagClassName
{
border-color: #41718A;
}
</style>