Shades of Jelly Bean #40788B
Tints of Jelly Bean #40788B
RGB
CMYK
RGB Variations
Color information
#40788B (or 0x40788B) is known color: Jelly Bean. HEX triplet: 40, 78 and 8B. RGB value is (64,120,139). Sum of RGB (Red+Green+Blue) = 64+120+139=323 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.81% from 323); Green value is 120 (47.27% from 255 or 37.15% from 323); Blue value is 139 (54.69% from 255 or 43.03% from 323); Max value from RGB is 139 - color contains mainly: blue. Hex color #40788B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40788B is #BF8774. Grayscale: #696969. Windows color (decimal): -12552053 or 9140288. OLE color: 9140288.
HSL color Cylindrical-coordinate representation of color #40788B: hue angle of 195.2º 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 #40788B is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 120 | 139 | - |
| CMYK | 0.54 | 0.14 | 0 | 0.45 |
| HSL | 195.2º | 0.37% | 0.4% | - |
| HSV(B) | 195.2º | 0.54% | 0.55% | - |
| XYZ | 13.49 | 16.39 | 26.88 | - |
| YUV | 105.42 | 146.95 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 120 | 139 | 0.54 | 0.14 | 0 | 0.45 | 195.2 | 0.37 | 0.4 |
| Hex | 40 | 78 | 8B | 36 | E | 0 | 2D | C3 | 25 | 28 |
| Octal | 100 | 170 | 213 | 66 | 16 | 0 | 55 | 303 | 45 | 50 |
| Binary | 1000000 | 1111000 | 10001011 | 110110 | 1110 | 0 | 101101 | 11000011 | 100101 | 101000 |
Color Harmonies of #40788B
Complementary color
Monochromatic Colors of #40788B
Black with #40788B
Text Example
Text Example
White with #40788B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40788B; }
p { color: rgb(64,120,139); }
H1.HeaderClassName
{
color: #40788B;
}
.AnyTagClassName
{
color: #40788B;
}
</style>
background-color css
<style>
a { background-color: #40788B; }
a { background-color: rgb(64,120,139); }
div.DivClassName
{
background-color: #40788B;
}
.BgClassName
{
background-color: #40788B;
}
</style>
border-color css
<style>
span { border-color: #40788B; }
span { border-color: rgb(64,120,139); }
td.TdClassName
{
border-color: #40788B;
}
.TagClassName
{
border-color: #40788B;
}
</style>