Shades of Jelly Bean #428092
Tints of Jelly Bean #428092
RGB
CMYK
RGB Variations
Color information
#428092 (or 0x428092) is known color: Jelly Bean. HEX triplet: 42, 80 and 92. RGB value is (66,128,146). Sum of RGB (Red+Green+Blue) = 66+128+146=340 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.41% from 340); Green value is 128 (50.39% from 255 or 37.65% from 340); Blue value is 146 (57.42% from 255 or 42.94% from 340); Max value from RGB is 146 - color contains mainly: blue. Hex color #428092 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428092 is #BD7F6D. Grayscale: #6F6F6F. Windows color (decimal): -12418926 or 9601090. OLE color: 9601090.
HSL color Cylindrical-coordinate representation of color #428092: hue angle of 193.5º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #428092 is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 66 | 128 | 146 | - |
| CMYK | 0.55 | 0.12 | 0 | 0.43 |
| HSL | 193.5º | 0.38% | 0.42% | - |
| HSV(B) | 193.5º | 0.55% | 0.57% | - |
| XYZ | 15.15 | 18.67 | 30 | - |
| YUV | 111.51 | 147.46 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 128 | 146 | 0.55 | 0.12 | 0 | 0.43 | 193.5 | 0.38 | 0.42 |
| Hex | 42 | 80 | 92 | 37 | C | 0 | 2B | C2 | 26 | 2A |
| Octal | 102 | 200 | 222 | 67 | 14 | 0 | 53 | 302 | 46 | 52 |
| Binary | 1000010 | 10000000 | 10010010 | 110111 | 1100 | 0 | 101011 | 11000010 | 100110 | 101010 |
Color Harmonies of #428092
Complementary color
Monochromatic Colors of #428092
Black with #428092
Text Example
Text Example
White with #428092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428092; }
p { color: rgb(66,128,146); }
H1.HeaderClassName
{
color: #428092;
}
.AnyTagClassName
{
color: #428092;
}
</style>
background-color css
<style>
a { background-color: #428092; }
a { background-color: rgb(66,128,146); }
div.DivClassName
{
background-color: #428092;
}
.BgClassName
{
background-color: #428092;
}
</style>
border-color css
<style>
span { border-color: #428092; }
span { border-color: rgb(66,128,146); }
td.TdClassName
{
border-color: #428092;
}
.TagClassName
{
border-color: #428092;
}
</style>