Shades of Jelly Bean #42828F
Tints of Jelly Bean #42828F
RGB
CMYK
RGB Variations
Color information
#42828F (or 0x42828F) is known color: Jelly Bean. HEX triplet: 42, 82 and 8F. RGB value is (66,130,143). Sum of RGB (Red+Green+Blue) = 66+130+143=339 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.47% from 339); Green value is 130 (51.17% from 255 or 38.35% from 339); Blue value is 143 (56.25% from 255 or 42.18% from 339); Max value from RGB is 143 - color contains mainly: blue. Hex color #42828F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42828F is #BD7D70. Grayscale: #707070. Windows color (decimal): -12418417 or 9404994. OLE color: 9404994.
HSL color Cylindrical-coordinate representation of color #42828F: hue angle of 190.13º 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 #42828F is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 66 | 130 | 143 | - |
| CMYK | 0.54 | 0.09 | 0 | 0.44 |
| HSL | 190.13º | 0.37% | 0.41% | - |
| HSV(B) | 190.13º | 0.54% | 0.56% | - |
| XYZ | 15.19 | 19.11 | 28.87 | - |
| YUV | 112.35 | 145.3 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 130 | 143 | 0.54 | 0.09 | 0 | 0.44 | 190.13 | 0.37 | 0.41 |
| Hex | 42 | 82 | 8F | 36 | 9 | 0 | 2C | BE | 25 | 29 |
| Octal | 102 | 202 | 217 | 66 | 11 | 0 | 54 | 276 | 45 | 51 |
| Binary | 1000010 | 10000010 | 10001111 | 110110 | 1001 | 0 | 101100 | 10111110 | 100101 | 101001 |
Color Harmonies of #42828F
Complementary color
Monochromatic Colors of #42828F
Black with #42828F
Text Example
Text Example
White with #42828F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42828F; }
p { color: rgb(66,130,143); }
H1.HeaderClassName
{
color: #42828F;
}
.AnyTagClassName
{
color: #42828F;
}
</style>
background-color css
<style>
a { background-color: #42828F; }
a { background-color: rgb(66,130,143); }
div.DivClassName
{
background-color: #42828F;
}
.BgClassName
{
background-color: #42828F;
}
</style>
border-color css
<style>
span { border-color: #42828F; }
span { border-color: rgb(66,130,143); }
td.TdClassName
{
border-color: #42828F;
}
.TagClassName
{
border-color: #42828F;
}
</style>