Shades of Jelly Bean #41828E
Tints of Jelly Bean #41828E
RGB
CMYK
RGB Variations
Color information
#41828E (or 0x41828E) is known color: Jelly Bean. HEX triplet: 41, 82 and 8E. RGB value is (65,130,142). Sum of RGB (Red+Green+Blue) = 65+130+142=337 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.29% from 337); Green value is 130 (51.17% from 255 or 38.58% from 337); Blue value is 142 (55.86% from 255 or 42.14% from 337); Max value from RGB is 142 - color contains mainly: blue. Hex color #41828E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41828E is #BE7D71. Grayscale: #6F6F6F. Windows color (decimal): -12483954 or 9339457. OLE color: 9339457.
HSL color Cylindrical-coordinate representation of color #41828E: hue angle of 189.35º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #41828E is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 130 | 142 | - |
| CMYK | 0.54 | 0.08 | 0 | 0.44 |
| HSL | 189.35º | 0.37% | 0.41% | - |
| HSV(B) | 189.35º | 0.54% | 0.56% | - |
| XYZ | 15.05 | 19.04 | 28.47 | - |
| YUV | 111.93 | 144.97 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 130 | 142 | 0.54 | 0.08 | 0 | 0.44 | 189.35 | 0.37 | 0.41 |
| Hex | 41 | 82 | 8E | 36 | 8 | 0 | 2C | BD | 25 | 29 |
| Octal | 101 | 202 | 216 | 66 | 10 | 0 | 54 | 275 | 45 | 51 |
| Binary | 1000001 | 10000010 | 10001110 | 110110 | 1000 | 0 | 101100 | 10111101 | 100101 | 101001 |
Color Harmonies of #41828E
Complementary color
Monochromatic Colors of #41828E
Black with #41828E
Text Example
Text Example
White with #41828E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41828E; }
p { color: rgb(65,130,142); }
H1.HeaderClassName
{
color: #41828E;
}
.AnyTagClassName
{
color: #41828E;
}
</style>
background-color css
<style>
a { background-color: #41828E; }
a { background-color: rgb(65,130,142); }
div.DivClassName
{
background-color: #41828E;
}
.BgClassName
{
background-color: #41828E;
}
</style>
border-color css
<style>
span { border-color: #41828E; }
span { border-color: rgb(65,130,142); }
td.TdClassName
{
border-color: #41828E;
}
.TagClassName
{
border-color: #41828E;
}
</style>