Shades of Jelly Bean #42798D
Tints of Jelly Bean #42798D
RGB
CMYK
RGB Variations
Color information
#42798D (or 0x42798D) is known color: Jelly Bean. HEX triplet: 42, 79 and 8D. RGB value is (66,121,141). Sum of RGB (Red+Green+Blue) = 66+121+141=328 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.12% from 328); Green value is 121 (47.66% from 255 or 36.89% from 328); Blue value is 141 (55.47% from 255 or 42.99% from 328); Max value from RGB is 141 - color contains mainly: blue. Hex color #42798D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42798D is #BD8672. Grayscale: #6A6A6A. Windows color (decimal): -12420723 or 9271618. OLE color: 9271618.
HSL color Cylindrical-coordinate representation of color #42798D: hue angle of 196º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #42798D is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 121 | 141 | - |
| CMYK | 0.53 | 0.14 | 0 | 0.45 |
| HSL | 196º | 0.36% | 0.41% | - |
| HSV(B) | 196º | 0.53% | 0.55% | - |
| XYZ | 13.89 | 16.76 | 27.7 | - |
| YUV | 106.84 | 147.28 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 121 | 141 | 0.53 | 0.14 | 0 | 0.45 | 196 | 0.36 | 0.41 |
| Hex | 42 | 79 | 8D | 35 | E | 0 | 2D | C4 | 24 | 29 |
| Octal | 102 | 171 | 215 | 65 | 16 | 0 | 55 | 304 | 44 | 51 |
| Binary | 1000010 | 1111001 | 10001101 | 110101 | 1110 | 0 | 101101 | 11000100 | 100100 | 101001 |
Color Harmonies of #42798D
Complementary color
Monochromatic Colors of #42798D
Black with #42798D
Text Example
Text Example
White with #42798D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42798D; }
p { color: rgb(66,121,141); }
H1.HeaderClassName
{
color: #42798D;
}
.AnyTagClassName
{
color: #42798D;
}
</style>
background-color css
<style>
a { background-color: #42798D; }
a { background-color: rgb(66,121,141); }
div.DivClassName
{
background-color: #42798D;
}
.BgClassName
{
background-color: #42798D;
}
</style>
border-color css
<style>
span { border-color: #42798D; }
span { border-color: rgb(66,121,141); }
td.TdClassName
{
border-color: #42798D;
}
.TagClassName
{
border-color: #42798D;
}
</style>