Shades of Jelly Bean #41808C
Tints of Jelly Bean #41808C
RGB
CMYK
RGB Variations
Color information
#41808C (or 0x41808C) is known color: Jelly Bean. HEX triplet: 41, 80 and 8C. RGB value is (65,128,140). Sum of RGB (Red+Green+Blue) = 65+128+140=333 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.52% from 333); Green value is 128 (50.39% from 255 or 38.44% from 333); Blue value is 140 (55.08% from 255 or 42.04% from 333); Max value from RGB is 140 - color contains mainly: blue. Hex color #41808C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41808C is #BE7F73. Grayscale: #6E6E6E. Windows color (decimal): -12484468 or 9207873. OLE color: 9207873.
HSL color Cylindrical-coordinate representation of color #41808C: hue angle of 189.6º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #41808C is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 128 | 140 | - |
| CMYK | 0.54 | 0.09 | 0 | 0.45 |
| HSL | 189.6º | 0.37% | 0.4% | - |
| HSV(B) | 189.6º | 0.54% | 0.55% | - |
| XYZ | 14.63 | 18.46 | 27.6 | - |
| YUV | 110.53 | 144.63 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 128 | 140 | 0.54 | 0.09 | 0 | 0.45 | 189.6 | 0.37 | 0.4 |
| Hex | 41 | 80 | 8C | 36 | 9 | 0 | 2D | BE | 25 | 28 |
| Octal | 101 | 200 | 214 | 66 | 11 | 0 | 55 | 276 | 45 | 50 |
| Binary | 1000001 | 10000000 | 10001100 | 110110 | 1001 | 0 | 101101 | 10111110 | 100101 | 101000 |
Color Harmonies of #41808C
Complementary color
Monochromatic Colors of #41808C
Black with #41808C
Text Example
Text Example
White with #41808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41808C; }
p { color: rgb(65,128,140); }
H1.HeaderClassName
{
color: #41808C;
}
.AnyTagClassName
{
color: #41808C;
}
</style>
background-color css
<style>
a { background-color: #41808C; }
a { background-color: rgb(65,128,140); }
div.DivClassName
{
background-color: #41808C;
}
.BgClassName
{
background-color: #41808C;
}
</style>
border-color css
<style>
span { border-color: #41808C; }
span { border-color: rgb(65,128,140); }
td.TdClassName
{
border-color: #41808C;
}
.TagClassName
{
border-color: #41808C;
}
</style>