Shades of Jelly Bean #428291
Tints of Jelly Bean #428291
RGB
CMYK
RGB Variations
Color information
#428291 (or 0x428291) is known color: Jelly Bean. HEX triplet: 42, 82 and 91. RGB value is (66,130,145). Sum of RGB (Red+Green+Blue) = 66+130+145=341 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.35% from 341); Green value is 130 (51.17% from 255 or 38.12% from 341); Blue value is 145 (57.03% from 255 or 42.52% from 341); Max value from RGB is 145 - color contains mainly: blue. Hex color #428291 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428291 is #BD7D6E. Grayscale: #707070. Windows color (decimal): -12418415 or 9536066. OLE color: 9536066.
HSL color Cylindrical-coordinate representation of color #428291: hue angle of 191.39º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #428291 is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 66 | 130 | 145 | - |
| CMYK | 0.54 | 0.10 | 0 | 0.43 |
| HSL | 191.39º | 0.37% | 0.41% | - |
| HSV(B) | 191.39º | 0.54% | 0.57% | - |
| XYZ | 15.34 | 19.17 | 29.68 | - |
| YUV | 112.57 | 146.3 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 130 | 145 | 0.54 | 0.10 | 0 | 0.43 | 191.39 | 0.37 | 0.41 |
| Hex | 42 | 82 | 91 | 36 | A | 0 | 2B | BF | 25 | 29 |
| Octal | 102 | 202 | 221 | 66 | 12 | 0 | 53 | 277 | 45 | 51 |
| Binary | 1000010 | 10000010 | 10010001 | 110110 | 1010 | 0 | 101011 | 10111111 | 100101 | 101001 |
Color Harmonies of #428291
Complementary color
Monochromatic Colors of #428291
Black with #428291
Text Example
Text Example
White with #428291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428291; }
p { color: rgb(66,130,145); }
H1.HeaderClassName
{
color: #428291;
}
.AnyTagClassName
{
color: #428291;
}
</style>
background-color css
<style>
a { background-color: #428291; }
a { background-color: rgb(66,130,145); }
div.DivClassName
{
background-color: #428291;
}
.BgClassName
{
background-color: #428291;
}
</style>
border-color css
<style>
span { border-color: #428291; }
span { border-color: rgb(66,130,145); }
td.TdClassName
{
border-color: #428291;
}
.TagClassName
{
border-color: #428291;
}
</style>