Shades of Jelly Bean #40798A
Tints of Jelly Bean #40798A
RGB
CMYK
RGB Variations
Color information
#40798A (or 0x40798A) is known color: Jelly Bean. HEX triplet: 40, 79 and 8A. RGB value is (64,121,138). Sum of RGB (Red+Green+Blue) = 64+121+138=323 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.81% from 323); Green value is 121 (47.66% from 255 or 37.46% from 323); Blue value is 138 (54.30% from 255 or 42.72% from 323); Max value from RGB is 138 - color contains mainly: blue. Hex color #40798A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40798A is #BF8675. Grayscale: #696969. Windows color (decimal): -12551798 or 9075008. OLE color: 9075008.
HSL color Cylindrical-coordinate representation of color #40798A: hue angle of 193.78º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #40798A is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 64 | 121 | 138 | - |
| CMYK | 0.54 | 0.12 | 0 | 0.46 |
| HSL | 193.78º | 0.37% | 0.4% | - |
| HSV(B) | 193.78º | 0.54% | 0.54% | - |
| XYZ | 13.54 | 16.6 | 26.54 | - |
| YUV | 105.9 | 146.12 | 98.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 121 | 138 | 0.54 | 0.12 | 0 | 0.46 | 193.78 | 0.37 | 0.4 |
| Hex | 40 | 79 | 8A | 36 | C | 0 | 2E | C2 | 25 | 28 |
| Octal | 100 | 171 | 212 | 66 | 14 | 0 | 56 | 302 | 45 | 50 |
| Binary | 1000000 | 1111001 | 10001010 | 110110 | 1100 | 0 | 101110 | 11000010 | 100101 | 101000 |
Color Harmonies of #40798A
Complementary color
Monochromatic Colors of #40798A
Black with #40798A
Text Example
Text Example
White with #40798A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40798A; }
p { color: rgb(64,121,138); }
H1.HeaderClassName
{
color: #40798A;
}
.AnyTagClassName
{
color: #40798A;
}
</style>
background-color css
<style>
a { background-color: #40798A; }
a { background-color: rgb(64,121,138); }
div.DivClassName
{
background-color: #40798A;
}
.BgClassName
{
background-color: #40798A;
}
</style>
border-color css
<style>
span { border-color: #40798A; }
span { border-color: rgb(64,121,138); }
td.TdClassName
{
border-color: #40798A;
}
.TagClassName
{
border-color: #40798A;
}
</style>