Shades of Jelly Bean #428096
Tints of Jelly Bean #428096
RGB
CMYK
RGB Variations
Color information
#428096 (or 0x428096) is known color: Jelly Bean. HEX triplet: 42, 80 and 96. RGB value is (66,128,150). Sum of RGB (Red+Green+Blue) = 66+128+150=344 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.19% from 344); Green value is 128 (50.39% from 255 or 37.21% from 344); Blue value is 150 (58.98% from 255 or 43.60% from 344); Max value from RGB is 150 - color contains mainly: blue. Hex color #428096 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428096 is #BD7F69. Grayscale: #6F6F6F. Windows color (decimal): -12418922 or 9863234. OLE color: 9863234.
HSL color Cylindrical-coordinate representation of color #428096: hue angle of 195.71º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #428096 is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 66 | 128 | 150 | - |
| CMYK | 0.56 | 0.15 | 0 | 0.41 |
| HSL | 195.71º | 0.39% | 0.42% | - |
| HSV(B) | 195.71º | 0.56% | 0.59% | - |
| XYZ | 15.47 | 18.8 | 31.67 | - |
| YUV | 111.97 | 149.46 | 95.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 128 | 150 | 0.56 | 0.15 | 0 | 0.41 | 195.71 | 0.39 | 0.42 |
| Hex | 42 | 80 | 96 | 38 | F | 0 | 29 | C4 | 27 | 2A |
| Octal | 102 | 200 | 226 | 70 | 17 | 0 | 51 | 304 | 47 | 52 |
| Binary | 1000010 | 10000000 | 10010110 | 111000 | 1111 | 0 | 101001 | 11000100 | 100111 | 101010 |
Color Harmonies of #428096
Complementary color
Monochromatic Colors of #428096
Black with #428096
Text Example
Text Example
White with #428096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428096; }
p { color: rgb(66,128,150); }
H1.HeaderClassName
{
color: #428096;
}
.AnyTagClassName
{
color: #428096;
}
</style>
background-color css
<style>
a { background-color: #428096; }
a { background-color: rgb(66,128,150); }
div.DivClassName
{
background-color: #428096;
}
.BgClassName
{
background-color: #428096;
}
</style>
border-color css
<style>
span { border-color: #428096; }
span { border-color: rgb(66,128,150); }
td.TdClassName
{
border-color: #428096;
}
.TagClassName
{
border-color: #428096;
}
</style>