Shades of Jelly Bean #42828E
Tints of Jelly Bean #42828E
RGB
CMYK
RGB Variations
Color information
#42828E (or 0x42828E) is known color: Jelly Bean. HEX triplet: 42, 82 and 8E. RGB value is (66,130,142). Sum of RGB (Red+Green+Blue) = 66+130+142=338 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.53% from 338); Green value is 130 (51.17% from 255 or 38.46% from 338); Blue value is 142 (55.86% from 255 or 42.01% from 338); Max value from RGB is 142 - color contains mainly: blue. Hex color #42828E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42828E is #BD7D71. Grayscale: #707070. Windows color (decimal): -12418418 or 9339458. OLE color: 9339458.
HSL color Cylindrical-coordinate representation of color #42828E: hue angle of 189.47º 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 #42828E is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 66 | 130 | 142 | - |
| CMYK | 0.54 | 0.08 | 0 | 0.44 |
| HSL | 189.47º | 0.37% | 0.41% | - |
| HSV(B) | 189.47º | 0.54% | 0.56% | - |
| XYZ | 15.11 | 19.08 | 28.48 | - |
| YUV | 112.23 | 144.8 | 95.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 130 | 142 | 0.54 | 0.08 | 0 | 0.44 | 189.47 | 0.37 | 0.41 |
| Hex | 42 | 82 | 8E | 36 | 8 | 0 | 2C | BD | 25 | 29 |
| Octal | 102 | 202 | 216 | 66 | 10 | 0 | 54 | 275 | 45 | 51 |
| Binary | 1000010 | 10000010 | 10001110 | 110110 | 1000 | 0 | 101100 | 10111101 | 100101 | 101001 |
Color Harmonies of #42828E
Complementary color
Monochromatic Colors of #42828E
Black with #42828E
Text Example
Text Example
White with #42828E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42828E; }
p { color: rgb(66,130,142); }
H1.HeaderClassName
{
color: #42828E;
}
.AnyTagClassName
{
color: #42828E;
}
</style>
background-color css
<style>
a { background-color: #42828E; }
a { background-color: rgb(66,130,142); }
div.DivClassName
{
background-color: #42828E;
}
.BgClassName
{
background-color: #42828E;
}
</style>
border-color css
<style>
span { border-color: #42828E; }
span { border-color: rgb(66,130,142); }
td.TdClassName
{
border-color: #42828E;
}
.TagClassName
{
border-color: #42828E;
}
</style>