Shades of Jelly Bean #428290
Tints of Jelly Bean #428290
RGB
CMYK
RGB Variations
Color information
#428290 (or 0x428290) is known color: Jelly Bean. HEX triplet: 42, 82 and 90. RGB value is (66,130,144). Sum of RGB (Red+Green+Blue) = 66+130+144=340 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.41% from 340); Green value is 130 (51.17% from 255 or 38.24% from 340); Blue value is 144 (56.64% from 255 or 42.35% from 340); Max value from RGB is 144 - color contains mainly: blue. Hex color #428290 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428290 is #BD7D6F. Grayscale: #707070. Windows color (decimal): -12418416 or 9470530. OLE color: 9470530.
HSL color Cylindrical-coordinate representation of color #428290: hue angle of 190.77º 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 #428290 is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 66 | 130 | 144 | - |
| CMYK | 0.54 | 0.10 | 0 | 0.44 |
| HSL | 190.77º | 0.37% | 0.41% | - |
| HSV(B) | 190.77º | 0.54% | 0.56% | - |
| XYZ | 15.26 | 19.14 | 29.27 | - |
| YUV | 112.46 | 145.8 | 94.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 130 | 144 | 0.54 | 0.10 | 0 | 0.44 | 190.77 | 0.37 | 0.41 |
| Hex | 42 | 82 | 90 | 36 | A | 0 | 2C | BF | 25 | 29 |
| Octal | 102 | 202 | 220 | 66 | 12 | 0 | 54 | 277 | 45 | 51 |
| Binary | 1000010 | 10000010 | 10010000 | 110110 | 1010 | 0 | 101100 | 10111111 | 100101 | 101001 |
Color Harmonies of #428290
Complementary color
Monochromatic Colors of #428290
Black with #428290
Text Example
Text Example
White with #428290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428290; }
p { color: rgb(66,130,144); }
H1.HeaderClassName
{
color: #428290;
}
.AnyTagClassName
{
color: #428290;
}
</style>
background-color css
<style>
a { background-color: #428290; }
a { background-color: rgb(66,130,144); }
div.DivClassName
{
background-color: #428290;
}
.BgClassName
{
background-color: #428290;
}
</style>
border-color css
<style>
span { border-color: #428290; }
span { border-color: rgb(66,130,144); }
td.TdClassName
{
border-color: #428290;
}
.TagClassName
{
border-color: #428290;
}
</style>