Shades of Jelly Bean #40788F
Tints of Jelly Bean #40788F
RGB
CMYK
RGB Variations
Color information
#40788F (or 0x40788F) is known color: Jelly Bean. HEX triplet: 40, 78 and 8F. RGB value is (64,120,143). Sum of RGB (Red+Green+Blue) = 64+120+143=327 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.57% from 327); Green value is 120 (47.27% from 255 or 36.70% from 327); Blue value is 143 (56.25% from 255 or 43.73% from 327); Max value from RGB is 143 - color contains mainly: blue. Hex color #40788F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40788F is #BF8770. Grayscale: #696969. Windows color (decimal): -12552049 or 9402432. OLE color: 9402432.
HSL color Cylindrical-coordinate representation of color #40788F: hue angle of 197.47º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #40788F is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 120 | 143 | - |
| CMYK | 0.55 | 0.16 | 0 | 0.44 |
| HSL | 197.47º | 0.38% | 0.41% | - |
| HSV(B) | 197.47º | 0.55% | 0.56% | - |
| XYZ | 13.79 | 16.51 | 28.45 | - |
| YUV | 105.88 | 148.95 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 120 | 143 | 0.55 | 0.16 | 0 | 0.44 | 197.47 | 0.38 | 0.41 |
| Hex | 40 | 78 | 8F | 37 | 10 | 0 | 2C | C5 | 26 | 29 |
| Octal | 100 | 170 | 217 | 67 | 20 | 0 | 54 | 305 | 46 | 51 |
| Binary | 1000000 | 1111000 | 10001111 | 110111 | 10000 | 0 | 101100 | 11000101 | 100110 | 101001 |
Color Harmonies of #40788F
Complementary color
Monochromatic Colors of #40788F
Black with #40788F
Text Example
Text Example
White with #40788F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40788F; }
p { color: rgb(64,120,143); }
H1.HeaderClassName
{
color: #40788F;
}
.AnyTagClassName
{
color: #40788F;
}
</style>
background-color css
<style>
a { background-color: #40788F; }
a { background-color: rgb(64,120,143); }
div.DivClassName
{
background-color: #40788F;
}
.BgClassName
{
background-color: #40788F;
}
</style>
border-color css
<style>
span { border-color: #40788F; }
span { border-color: rgb(64,120,143); }
td.TdClassName
{
border-color: #40788F;
}
.TagClassName
{
border-color: #40788F;
}
</style>