Shades of Jelly Bean #428194
Tints of Jelly Bean #428194
RGB
CMYK
RGB Variations
Color information
#428194 (or 0x428194) is known color: Jelly Bean. HEX triplet: 42, 81 and 94. RGB value is (66,129,148). Sum of RGB (Red+Green+Blue) = 66+129+148=343 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.24% from 343); Green value is 129 (50.78% from 255 or 37.61% from 343); Blue value is 148 (58.20% from 255 or 43.15% from 343); Max value from RGB is 148 - color contains mainly: blue. Hex color #428194 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428194 is #BD7E6B. Grayscale: #707070. Windows color (decimal): -12418668 or 9732418. OLE color: 9732418.
HSL color Cylindrical-coordinate representation of color #428194: hue angle of 193.9º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #428194 is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 129 | 148 | - |
| CMYK | 0.55 | 0.13 | 0 | 0.42 |
| HSL | 193.9º | 0.38% | 0.42% | - |
| HSV(B) | 193.9º | 0.55% | 0.58% | - |
| XYZ | 15.44 | 19 | 30.87 | - |
| YUV | 112.33 | 148.13 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 129 | 148 | 0.55 | 0.13 | 0 | 0.42 | 193.9 | 0.38 | 0.42 |
| Hex | 42 | 81 | 94 | 37 | D | 0 | 2A | C2 | 26 | 2A |
| Octal | 102 | 201 | 224 | 67 | 15 | 0 | 52 | 302 | 46 | 52 |
| Binary | 1000010 | 10000001 | 10010100 | 110111 | 1101 | 0 | 101010 | 11000010 | 100110 | 101010 |
Color Harmonies of #428194
Complementary color
Monochromatic Colors of #428194
Black with #428194
Text Example
Text Example
White with #428194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428194; }
p { color: rgb(66,129,148); }
H1.HeaderClassName
{
color: #428194;
}
.AnyTagClassName
{
color: #428194;
}
</style>
background-color css
<style>
a { background-color: #428194; }
a { background-color: rgb(66,129,148); }
div.DivClassName
{
background-color: #428194;
}
.BgClassName
{
background-color: #428194;
}
</style>
border-color css
<style>
span { border-color: #428194; }
span { border-color: rgb(66,129,148); }
td.TdClassName
{
border-color: #428194;
}
.TagClassName
{
border-color: #428194;
}
</style>