Shades of Jelly Bean #42778A
Tints of Jelly Bean #42778A
RGB
CMYK
RGB Variations
Color information
#42778A (or 0x42778A) is known color: Jelly Bean. HEX triplet: 42, 77 and 8A. RGB value is (66,119,138). Sum of RGB (Red+Green+Blue) = 66+119+138=323 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.43% from 323); Green value is 119 (46.88% from 255 or 36.84% from 323); Blue value is 138 (54.30% from 255 or 42.72% from 323); Max value from RGB is 138 - color contains mainly: blue. Hex color #42778A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42778A is #BD8875. Grayscale: #696969. Windows color (decimal): -12421238 or 9074498. OLE color: 9074498.
HSL color Cylindrical-coordinate representation of color #42778A: hue angle of 195.83º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #42778A is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 66 | 119 | 138 | - |
| CMYK | 0.52 | 0.14 | 0 | 0.46 |
| HSL | 195.83º | 0.35% | 0.4% | - |
| HSV(B) | 195.83º | 0.52% | 0.54% | - |
| XYZ | 13.43 | 16.19 | 26.46 | - |
| YUV | 105.32 | 146.44 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 119 | 138 | 0.52 | 0.14 | 0 | 0.46 | 195.83 | 0.35 | 0.4 |
| Hex | 42 | 77 | 8A | 34 | E | 0 | 2E | C4 | 23 | 28 |
| Octal | 102 | 167 | 212 | 64 | 16 | 0 | 56 | 304 | 43 | 50 |
| Binary | 1000010 | 1110111 | 10001010 | 110100 | 1110 | 0 | 101110 | 11000100 | 100011 | 101000 |
Color Harmonies of #42778A
Complementary color
Monochromatic Colors of #42778A
Black with #42778A
Text Example
Text Example
White with #42778A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42778A; }
p { color: rgb(66,119,138); }
H1.HeaderClassName
{
color: #42778A;
}
.AnyTagClassName
{
color: #42778A;
}
</style>
background-color css
<style>
a { background-color: #42778A; }
a { background-color: rgb(66,119,138); }
div.DivClassName
{
background-color: #42778A;
}
.BgClassName
{
background-color: #42778A;
}
</style>
border-color css
<style>
span { border-color: #42778A; }
span { border-color: rgb(66,119,138); }
td.TdClassName
{
border-color: #42778A;
}
.TagClassName
{
border-color: #42778A;
}
</style>