Shades of Jelly Bean #40818F
Tints of Jelly Bean #40818F
RGB
CMYK
RGB Variations
Color information
#40818F (or 0x40818F) is known color: Jelly Bean. HEX triplet: 40, 81 and 8F. RGB value is (64,129,143). Sum of RGB (Red+Green+Blue) = 64+129+143=336 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.05% from 336); Green value is 129 (50.78% from 255 or 38.39% from 336); Blue value is 143 (56.25% from 255 or 42.56% from 336); Max value from RGB is 143 - color contains mainly: blue. Hex color #40818F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40818F is #BF7E70. Grayscale: #6F6F6F. Windows color (decimal): -12549745 or 9404736. OLE color: 9404736.
HSL color Cylindrical-coordinate representation of color #40818F: hue angle of 190.63º 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 #40818F is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 129 | 143 | - |
| CMYK | 0.55 | 0.10 | 0 | 0.44 |
| HSL | 190.63º | 0.38% | 0.41% | - |
| HSV(B) | 190.63º | 0.55% | 0.56% | - |
| XYZ | 14.92 | 18.77 | 28.82 | - |
| YUV | 111.16 | 145.97 | 94.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 129 | 143 | 0.55 | 0.10 | 0 | 0.44 | 190.63 | 0.38 | 0.41 |
| Hex | 40 | 81 | 8F | 37 | A | 0 | 2C | BF | 26 | 29 |
| Octal | 100 | 201 | 217 | 67 | 12 | 0 | 54 | 277 | 46 | 51 |
| Binary | 1000000 | 10000001 | 10001111 | 110111 | 1010 | 0 | 101100 | 10111111 | 100110 | 101001 |
Color Harmonies of #40818F
Complementary color
Monochromatic Colors of #40818F
Black with #40818F
Text Example
Text Example
White with #40818F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40818F; }
p { color: rgb(64,129,143); }
H1.HeaderClassName
{
color: #40818F;
}
.AnyTagClassName
{
color: #40818F;
}
</style>
background-color css
<style>
a { background-color: #40818F; }
a { background-color: rgb(64,129,143); }
div.DivClassName
{
background-color: #40818F;
}
.BgClassName
{
background-color: #40818F;
}
</style>
border-color css
<style>
span { border-color: #40818F; }
span { border-color: rgb(64,129,143); }
td.TdClassName
{
border-color: #40818F;
}
.TagClassName
{
border-color: #40818F;
}
</style>