Shades of Jelly Bean #40799E
Tints of Jelly Bean #40799E
RGB
CMYK
RGB Variations
Color information
#40799E (or 0x40799E) is known color: Jelly Bean. HEX triplet: 40, 79 and 9E. RGB value is (64,121,158). Sum of RGB (Red+Green+Blue) = 64+121+158=343 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.66% from 343); Green value is 121 (47.66% from 255 or 35.28% from 343); Blue value is 158 (62.11% from 255 or 46.06% from 343); Max value from RGB is 158 - color contains mainly: blue. Hex color #40799E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40799E is #BF8661. Grayscale: #6B6B6B. Windows color (decimal): -12551778 or 10385728. OLE color: 10385728.
HSL color Cylindrical-coordinate representation of color #40799E: hue angle of 203.62º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #40799E is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 121 | 158 | - |
| CMYK | 0.59 | 0.23 | 0 | 0.38 |
| HSL | 203.62º | 0.42% | 0.44% | - |
| HSV(B) | 203.62º | 0.59% | 0.62% | - |
| XYZ | 15.12 | 17.23 | 34.88 | - |
| YUV | 108.18 | 156.12 | 96.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 121 | 158 | 0.59 | 0.23 | 0 | 0.38 | 203.62 | 0.42 | 0.44 |
| Hex | 40 | 79 | 9E | 3B | 17 | 0 | 26 | CC | 2A | 2C |
| Octal | 100 | 171 | 236 | 73 | 27 | 0 | 46 | 314 | 52 | 54 |
| Binary | 1000000 | 1111001 | 10011110 | 111011 | 10111 | 0 | 100110 | 11001100 | 101010 | 101100 |
Color Harmonies of #40799E
Complementary color
Monochromatic Colors of #40799E
Black with #40799E
Text Example
Text Example
White with #40799E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40799E; }
p { color: rgb(64,121,158); }
H1.HeaderClassName
{
color: #40799E;
}
.AnyTagClassName
{
color: #40799E;
}
</style>
background-color css
<style>
a { background-color: #40799E; }
a { background-color: rgb(64,121,158); }
div.DivClassName
{
background-color: #40799E;
}
.BgClassName
{
background-color: #40799E;
}
</style>
border-color css
<style>
span { border-color: #40799E; }
span { border-color: rgb(64,121,158); }
td.TdClassName
{
border-color: #40799E;
}
.TagClassName
{
border-color: #40799E;
}
</style>