Shades of Jelly Bean #428192
Tints of Jelly Bean #428192
RGB
CMYK
RGB Variations
Color information
#428192 (or 0x428192) is known color: Jelly Bean. HEX triplet: 42, 81 and 92. RGB value is (66,129,146). Sum of RGB (Red+Green+Blue) = 66+129+146=341 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.35% from 341); Green value is 129 (50.78% from 255 or 37.83% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 146 - color contains mainly: blue. Hex color #428192 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428192 is #BD7E6D. Grayscale: #6F6F6F. Windows color (decimal): -12418670 or 9601346. OLE color: 9601346.
HSL color Cylindrical-coordinate representation of color #428192: hue angle of 192.75º 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 #428192 is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 66 | 129 | 146 | - |
| CMYK | 0.55 | 0.12 | 0 | 0.43 |
| HSL | 192.75º | 0.38% | 0.42% | - |
| HSV(B) | 192.75º | 0.55% | 0.57% | - |
| XYZ | 15.29 | 18.93 | 30.04 | - |
| YUV | 112.1 | 147.13 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 129 | 146 | 0.55 | 0.12 | 0 | 0.43 | 192.75 | 0.38 | 0.42 |
| Hex | 42 | 81 | 92 | 37 | C | 0 | 2B | C1 | 26 | 2A |
| Octal | 102 | 201 | 222 | 67 | 14 | 0 | 53 | 301 | 46 | 52 |
| Binary | 1000010 | 10000001 | 10010010 | 110111 | 1100 | 0 | 101011 | 11000001 | 100110 | 101010 |
Color Harmonies of #428192
Complementary color
Monochromatic Colors of #428192
Black with #428192
Text Example
Text Example
White with #428192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428192; }
p { color: rgb(66,129,146); }
H1.HeaderClassName
{
color: #428192;
}
.AnyTagClassName
{
color: #428192;
}
</style>
background-color css
<style>
a { background-color: #428192; }
a { background-color: rgb(66,129,146); }
div.DivClassName
{
background-color: #428192;
}
.BgClassName
{
background-color: #428192;
}
</style>
border-color css
<style>
span { border-color: #428192; }
span { border-color: rgb(66,129,146); }
td.TdClassName
{
border-color: #428192;
}
.TagClassName
{
border-color: #428192;
}
</style>