Shades of Jelly Bean #428090
Tints of Jelly Bean #428090
RGB
CMYK
RGB Variations
Color information
#428090 (or 0x428090) is known color: Jelly Bean. HEX triplet: 42, 80 and 90. RGB value is (66,128,144). Sum of RGB (Red+Green+Blue) = 66+128+144=338 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.53% from 338); Green value is 128 (50.39% from 255 or 37.87% from 338); Blue value is 144 (56.64% from 255 or 42.60% from 338); Max value from RGB is 144 - color contains mainly: blue. Hex color #428090 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428090 is #BD7F6F. Grayscale: #6F6F6F. Windows color (decimal): -12418928 or 9470018. OLE color: 9470018.
HSL color Cylindrical-coordinate representation of color #428090: hue angle of 192.31º 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 #428090 is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 66 | 128 | 144 | - |
| CMYK | 0.54 | 0.11 | 0 | 0.44 |
| HSL | 192.31º | 0.37% | 0.41% | - |
| HSV(B) | 192.31º | 0.54% | 0.56% | - |
| XYZ | 15 | 18.61 | 29.19 | - |
| YUV | 111.29 | 146.46 | 95.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 128 | 144 | 0.54 | 0.11 | 0 | 0.44 | 192.31 | 0.37 | 0.41 |
| Hex | 42 | 80 | 90 | 36 | B | 0 | 2C | C0 | 25 | 29 |
| Octal | 102 | 200 | 220 | 66 | 13 | 0 | 54 | 300 | 45 | 51 |
| Binary | 1000010 | 10000000 | 10010000 | 110110 | 1011 | 0 | 101100 | 11000000 | 100101 | 101001 |
Color Harmonies of #428090
Complementary color
Monochromatic Colors of #428090
Black with #428090
Text Example
Text Example
White with #428090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428090; }
p { color: rgb(66,128,144); }
H1.HeaderClassName
{
color: #428090;
}
.AnyTagClassName
{
color: #428090;
}
</style>
background-color css
<style>
a { background-color: #428090; }
a { background-color: rgb(66,128,144); }
div.DivClassName
{
background-color: #428090;
}
.BgClassName
{
background-color: #428090;
}
</style>
border-color css
<style>
span { border-color: #428090; }
span { border-color: rgb(66,128,144); }
td.TdClassName
{
border-color: #428090;
}
.TagClassName
{
border-color: #428090;
}
</style>