Shades of Calypso #41748A
Tints of Calypso #41748A
RGB
CMYK
RGB Variations
Color information
#41748A (or 0x41748A) is known color: Calypso. HEX triplet: 41, 74 and 8A. RGB value is (65,116,138). Sum of RGB (Red+Green+Blue) = 65+116+138=319 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.38% from 319); Green value is 116 (45.70% from 255 or 36.36% from 319); Blue value is 138 (54.30% from 255 or 43.26% from 319); Max value from RGB is 138 - color contains mainly: blue. Hex color #41748A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41748A is #BE8B75. Grayscale: #676767. Windows color (decimal): -12487542 or 9073729. OLE color: 9073729.
HSL color Cylindrical-coordinate representation of color #41748A: hue angle of 198.08º 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 #41748A is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 65 | 116 | 138 | - |
| CMYK | 0.53 | 0.16 | 0 | 0.46 |
| HSL | 198.08º | 0.36% | 0.4% | - |
| HSV(B) | 198.08º | 0.53% | 0.54% | - |
| XYZ | 13.01 | 15.45 | 26.34 | - |
| YUV | 103.26 | 147.6 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 116 | 138 | 0.53 | 0.16 | 0 | 0.46 | 198.08 | 0.36 | 0.4 |
| Hex | 41 | 74 | 8A | 35 | 10 | 0 | 2E | C6 | 24 | 28 |
| Octal | 101 | 164 | 212 | 65 | 20 | 0 | 56 | 306 | 44 | 50 |
| Binary | 1000001 | 1110100 | 10001010 | 110101 | 10000 | 0 | 101110 | 11000110 | 100100 | 101000 |
Color Harmonies of #41748A
Complementary color
Monochromatic Colors of #41748A
Black with #41748A
Text Example
Text Example
White with #41748A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41748A; }
p { color: rgb(65,116,138); }
H1.HeaderClassName
{
color: #41748A;
}
.AnyTagClassName
{
color: #41748A;
}
</style>
background-color css
<style>
a { background-color: #41748A; }
a { background-color: rgb(65,116,138); }
div.DivClassName
{
background-color: #41748A;
}
.BgClassName
{
background-color: #41748A;
}
</style>
border-color css
<style>
span { border-color: #41748A; }
span { border-color: rgb(65,116,138); }
td.TdClassName
{
border-color: #41748A;
}
.TagClassName
{
border-color: #41748A;
}
</style>