Shades of Jelly Bean #41808F
Tints of Jelly Bean #41808F
RGB
CMYK
RGB Variations
Color information
#41808F (or 0x41808F) is known color: Jelly Bean. HEX triplet: 41, 80 and 8F. RGB value is (65,128,143). Sum of RGB (Red+Green+Blue) = 65+128+143=336 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.35% from 336); Green value is 128 (50.39% from 255 or 38.10% from 336); Blue value is 143 (56.25% from 255 or 42.56% from 336); Max value from RGB is 143 - color contains mainly: blue. Hex color #41808F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41808F is #BE7F70. Grayscale: #6E6E6E. Windows color (decimal): -12484465 or 9404481. OLE color: 9404481.
HSL color Cylindrical-coordinate representation of color #41808F: hue angle of 191.54º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #41808F is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 128 | 143 | - |
| CMYK | 0.55 | 0.10 | 0 | 0.44 |
| HSL | 191.54º | 0.38% | 0.41% | - |
| HSV(B) | 191.54º | 0.55% | 0.56% | - |
| XYZ | 14.86 | 18.55 | 28.78 | - |
| YUV | 110.87 | 146.13 | 95.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 128 | 143 | 0.55 | 0.10 | 0 | 0.44 | 191.54 | 0.38 | 0.41 |
| Hex | 41 | 80 | 8F | 37 | A | 0 | 2C | C0 | 26 | 29 |
| Octal | 101 | 200 | 217 | 67 | 12 | 0 | 54 | 300 | 46 | 51 |
| Binary | 1000001 | 10000000 | 10001111 | 110111 | 1010 | 0 | 101100 | 11000000 | 100110 | 101001 |
Color Harmonies of #41808F
Complementary color
Monochromatic Colors of #41808F
Black with #41808F
Text Example
Text Example
White with #41808F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41808F; }
p { color: rgb(65,128,143); }
H1.HeaderClassName
{
color: #41808F;
}
.AnyTagClassName
{
color: #41808F;
}
</style>
background-color css
<style>
a { background-color: #41808F; }
a { background-color: rgb(65,128,143); }
div.DivClassName
{
background-color: #41808F;
}
.BgClassName
{
background-color: #41808F;
}
</style>
border-color css
<style>
span { border-color: #41808F; }
span { border-color: rgb(65,128,143); }
td.TdClassName
{
border-color: #41808F;
}
.TagClassName
{
border-color: #41808F;
}
</style>