Shades of Jelly Bean #40799D
Tints of Jelly Bean #40799D
RGB
CMYK
RGB Variations
Color information
#40799D (or 0x40799D) is known color: Jelly Bean. HEX triplet: 40, 79 and 9D. RGB value is (64,121,157). Sum of RGB (Red+Green+Blue) = 64+121+157=342 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.71% from 342); Green value is 121 (47.66% from 255 or 35.38% from 342); Blue value is 157 (61.72% from 255 or 45.91% from 342); Max value from RGB is 157 - color contains mainly: blue. Hex color #40799D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40799D is #BF8662. Grayscale: #6B6B6B. Windows color (decimal): -12551779 or 10320192. OLE color: 10320192.
HSL color Cylindrical-coordinate representation of color #40799D: hue angle of 203.23º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #40799D is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 121 | 157 | - |
| CMYK | 0.59 | 0.23 | 0 | 0.38 |
| HSL | 203.23º | 0.42% | 0.43% | - |
| HSV(B) | 203.23º | 0.59% | 0.62% | - |
| XYZ | 15.04 | 17.2 | 34.43 | - |
| YUV | 108.06 | 155.62 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 121 | 157 | 0.59 | 0.23 | 0 | 0.38 | 203.23 | 0.42 | 0.43 |
| Hex | 40 | 79 | 9D | 3B | 17 | 0 | 26 | CB | 2A | 2B |
| Octal | 100 | 171 | 235 | 73 | 27 | 0 | 46 | 313 | 52 | 53 |
| Binary | 1000000 | 1111001 | 10011101 | 111011 | 10111 | 0 | 100110 | 11001011 | 101010 | 101011 |
Color Harmonies of #40799D
Complementary color
Monochromatic Colors of #40799D
Black with #40799D
Text Example
Text Example
White with #40799D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40799D; }
p { color: rgb(64,121,157); }
H1.HeaderClassName
{
color: #40799D;
}
.AnyTagClassName
{
color: #40799D;
}
</style>
background-color css
<style>
a { background-color: #40799D; }
a { background-color: rgb(64,121,157); }
div.DivClassName
{
background-color: #40799D;
}
.BgClassName
{
background-color: #40799D;
}
</style>
border-color css
<style>
span { border-color: #40799D; }
span { border-color: rgb(64,121,157); }
td.TdClassName
{
border-color: #40799D;
}
.TagClassName
{
border-color: #40799D;
}
</style>