Shades of Jelly Bean #40788C
Tints of Jelly Bean #40788C
RGB
CMYK
RGB Variations
Color information
#40788C (or 0x40788C) is known color: Jelly Bean. HEX triplet: 40, 78 and 8C. RGB value is (64,120,140). Sum of RGB (Red+Green+Blue) = 64+120+140=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 120 (47.27% from 255 or 37.04% from 324); Blue value is 140 (55.08% from 255 or 43.21% from 324); Max value from RGB is 140 - color contains mainly: blue. Hex color #40788C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40788C is #BF8773. Grayscale: #696969. Windows color (decimal): -12552052 or 9205824. OLE color: 9205824.
HSL color Cylindrical-coordinate representation of color #40788C: hue angle of 195.79º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #40788C is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 120 | 140 | - |
| CMYK | 0.54 | 0.14 | 0 | 0.45 |
| HSL | 195.79º | 0.37% | 0.4% | - |
| HSV(B) | 195.79º | 0.54% | 0.55% | - |
| XYZ | 13.56 | 16.42 | 27.26 | - |
| YUV | 105.54 | 147.45 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 120 | 140 | 0.54 | 0.14 | 0 | 0.45 | 195.79 | 0.37 | 0.4 |
| Hex | 40 | 78 | 8C | 36 | E | 0 | 2D | C4 | 25 | 28 |
| Octal | 100 | 170 | 214 | 66 | 16 | 0 | 55 | 304 | 45 | 50 |
| Binary | 1000000 | 1111000 | 10001100 | 110110 | 1110 | 0 | 101101 | 11000100 | 100101 | 101000 |
Color Harmonies of #40788C
Complementary color
Monochromatic Colors of #40788C
Black with #40788C
Text Example
Text Example
White with #40788C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40788C; }
p { color: rgb(64,120,140); }
H1.HeaderClassName
{
color: #40788C;
}
.AnyTagClassName
{
color: #40788C;
}
</style>
background-color css
<style>
a { background-color: #40788C; }
a { background-color: rgb(64,120,140); }
div.DivClassName
{
background-color: #40788C;
}
.BgClassName
{
background-color: #40788C;
}
</style>
border-color css
<style>
span { border-color: #40788C; }
span { border-color: rgb(64,120,140); }
td.TdClassName
{
border-color: #40788C;
}
.TagClassName
{
border-color: #40788C;
}
</style>