Shades of Jelly Bean #40828E
Tints of Jelly Bean #40828E
RGB
CMYK
RGB Variations
Color information
#40828E (or 0x40828E) is known color: Jelly Bean. HEX triplet: 40, 82 and 8E. RGB value is (64,130,142). Sum of RGB (Red+Green+Blue) = 64+130+142=336 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.05% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 142 (55.86% from 255 or 42.26% from 336); Max value from RGB is 142 - color contains mainly: blue. Hex color #40828E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40828E is #BF7D71. Grayscale: #6F6F6F. Windows color (decimal): -12549490 or 9339456. OLE color: 9339456.
HSL color Cylindrical-coordinate representation of color #40828E: hue angle of 189.23º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #40828E is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 130 | 142 | - |
| CMYK | 0.55 | 0.08 | 0 | 0.44 |
| HSL | 189.23º | 0.38% | 0.4% | - |
| HSV(B) | 189.23º | 0.55% | 0.56% | - |
| XYZ | 14.98 | 19.01 | 28.47 | - |
| YUV | 111.63 | 145.13 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 130 | 142 | 0.55 | 0.08 | 0 | 0.44 | 189.23 | 0.38 | 0.4 |
| Hex | 40 | 82 | 8E | 37 | 8 | 0 | 2C | BD | 26 | 28 |
| Octal | 100 | 202 | 216 | 67 | 10 | 0 | 54 | 275 | 46 | 50 |
| Binary | 1000000 | 10000010 | 10001110 | 110111 | 1000 | 0 | 101100 | 10111101 | 100110 | 101000 |
Color Harmonies of #40828E
Complementary color
Monochromatic Colors of #40828E
Black with #40828E
Text Example
Text Example
White with #40828E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40828E; }
p { color: rgb(64,130,142); }
H1.HeaderClassName
{
color: #40828E;
}
.AnyTagClassName
{
color: #40828E;
}
</style>
background-color css
<style>
a { background-color: #40828E; }
a { background-color: rgb(64,130,142); }
div.DivClassName
{
background-color: #40828E;
}
.BgClassName
{
background-color: #40828E;
}
</style>
border-color css
<style>
span { border-color: #40828E; }
span { border-color: rgb(64,130,142); }
td.TdClassName
{
border-color: #40828E;
}
.TagClassName
{
border-color: #40828E;
}
</style>