Shades of Jelly Bean #42778D
Tints of Jelly Bean #42778D
RGB
CMYK
RGB Variations
Color information
#42778D (or 0x42778D) is known color: Jelly Bean. HEX triplet: 42, 77 and 8D. RGB value is (66,119,141). Sum of RGB (Red+Green+Blue) = 66+119+141=326 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.25% from 326); Green value is 119 (46.88% from 255 or 36.50% from 326); Blue value is 141 (55.47% from 255 or 43.25% from 326); Max value from RGB is 141 - color contains mainly: blue. Hex color #42778D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42778D is #BD8872. Grayscale: #696969. Windows color (decimal): -12421235 or 9271106. OLE color: 9271106.
HSL color Cylindrical-coordinate representation of color #42778D: hue angle of 197.6º 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 #42778D is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 119 | 141 | - |
| CMYK | 0.53 | 0.16 | 0 | 0.45 |
| HSL | 197.6º | 0.36% | 0.41% | - |
| HSV(B) | 197.6º | 0.53% | 0.55% | - |
| XYZ | 13.65 | 16.27 | 27.62 | - |
| YUV | 105.66 | 147.94 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 119 | 141 | 0.53 | 0.16 | 0 | 0.45 | 197.6 | 0.36 | 0.41 |
| Hex | 42 | 77 | 8D | 35 | 10 | 0 | 2D | C6 | 24 | 29 |
| Octal | 102 | 167 | 215 | 65 | 20 | 0 | 55 | 306 | 44 | 51 |
| Binary | 1000010 | 1110111 | 10001101 | 110101 | 10000 | 0 | 101101 | 11000110 | 100100 | 101001 |
Color Harmonies of #42778D
Complementary color
Monochromatic Colors of #42778D
Black with #42778D
Text Example
Text Example
White with #42778D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42778D; }
p { color: rgb(66,119,141); }
H1.HeaderClassName
{
color: #42778D;
}
.AnyTagClassName
{
color: #42778D;
}
</style>
background-color css
<style>
a { background-color: #42778D; }
a { background-color: rgb(66,119,141); }
div.DivClassName
{
background-color: #42778D;
}
.BgClassName
{
background-color: #42778D;
}
</style>
border-color css
<style>
span { border-color: #42778D; }
span { border-color: rgb(66,119,141); }
td.TdClassName
{
border-color: #42778D;
}
.TagClassName
{
border-color: #42778D;
}
</style>