Shades of Jelly Bean #42788B
Tints of Jelly Bean #42788B
RGB
CMYK
RGB Variations
Color information
#42788B (or 0x42788B) is known color: Jelly Bean. HEX triplet: 42, 78 and 8B. RGB value is (66,120,139). Sum of RGB (Red+Green+Blue) = 66+120+139=325 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.31% from 325); Green value is 120 (47.27% from 255 or 36.92% from 325); Blue value is 139 (54.69% from 255 or 42.77% from 325); Max value from RGB is 139 - color contains mainly: blue. Hex color #42788B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42788B is #BD8774. Grayscale: #696969. Windows color (decimal): -12420981 or 9140290. OLE color: 9140290.
HSL color Cylindrical-coordinate representation of color #42788B: hue angle of 195.62º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #42788B is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 120 | 139 | - |
| CMYK | 0.53 | 0.14 | 0 | 0.45 |
| HSL | 195.62º | 0.36% | 0.4% | - |
| HSV(B) | 195.62º | 0.53% | 0.55% | - |
| XYZ | 13.62 | 16.46 | 26.88 | - |
| YUV | 106.02 | 146.61 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 120 | 139 | 0.53 | 0.14 | 0 | 0.45 | 195.62 | 0.36 | 0.4 |
| Hex | 42 | 78 | 8B | 35 | E | 0 | 2D | C4 | 24 | 28 |
| Octal | 102 | 170 | 213 | 65 | 16 | 0 | 55 | 304 | 44 | 50 |
| Binary | 1000010 | 1111000 | 10001011 | 110101 | 1110 | 0 | 101101 | 11000100 | 100100 | 101000 |
Color Harmonies of #42788B
Complementary color
Monochromatic Colors of #42788B
Black with #42788B
Text Example
Text Example
White with #42788B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42788B; }
p { color: rgb(66,120,139); }
H1.HeaderClassName
{
color: #42788B;
}
.AnyTagClassName
{
color: #42788B;
}
</style>
background-color css
<style>
a { background-color: #42788B; }
a { background-color: rgb(66,120,139); }
div.DivClassName
{
background-color: #42788B;
}
.BgClassName
{
background-color: #42788B;
}
</style>
border-color css
<style>
span { border-color: #42788B; }
span { border-color: rgb(66,120,139); }
td.TdClassName
{
border-color: #42788B;
}
.TagClassName
{
border-color: #42788B;
}
</style>