Shades of Calypso #41708B
Tints of Calypso #41708B
RGB
CMYK
RGB Variations
Color information
#41708B (or 0x41708B) is known color: Calypso. HEX triplet: 41, 70 and 8B. RGB value is (65,112,139). Sum of RGB (Red+Green+Blue) = 65+112+139=316 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.57% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 139 (54.69% from 255 or 43.99% from 316); Max value from RGB is 139 - color contains mainly: blue. Hex color #41708B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41708B is #BE8F74. Grayscale: #646464. Windows color (decimal): -12488565 or 9138241. OLE color: 9138241.
HSL color Cylindrical-coordinate representation of color #41708B: hue angle of 201.89º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #41708B is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 112 | 139 | - |
| CMYK | 0.53 | 0.19 | 0 | 0.45 |
| HSL | 201.89º | 0.36% | 0.4% | - |
| HSV(B) | 201.89º | 0.53% | 0.55% | - |
| XYZ | 12.63 | 14.58 | 26.57 | - |
| YUV | 101.03 | 149.43 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 112 | 139 | 0.53 | 0.19 | 0 | 0.45 | 201.89 | 0.36 | 0.4 |
| Hex | 41 | 70 | 8B | 35 | 13 | 0 | 2D | CA | 24 | 28 |
| Octal | 101 | 160 | 213 | 65 | 23 | 0 | 55 | 312 | 44 | 50 |
| Binary | 1000001 | 1110000 | 10001011 | 110101 | 10011 | 0 | 101101 | 11001010 | 100100 | 101000 |
Color Harmonies of #41708B
Complementary color
Monochromatic Colors of #41708B
Black with #41708B
Text Example
Text Example
White with #41708B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41708B; }
p { color: rgb(65,112,139); }
H1.HeaderClassName
{
color: #41708B;
}
.AnyTagClassName
{
color: #41708B;
}
</style>
background-color css
<style>
a { background-color: #41708B; }
a { background-color: rgb(65,112,139); }
div.DivClassName
{
background-color: #41708B;
}
.BgClassName
{
background-color: #41708B;
}
</style>
border-color css
<style>
span { border-color: #41708B; }
span { border-color: rgb(65,112,139); }
td.TdClassName
{
border-color: #41708B;
}
.TagClassName
{
border-color: #41708B;
}
</style>