Shades of Jelly Bean #408290
Tints of Jelly Bean #408290
RGB
CMYK
RGB Variations
Color information
#408290 (or 0x408290) is known color: Jelly Bean. HEX triplet: 40, 82 and 90. RGB value is (64,130,144). Sum of RGB (Red+Green+Blue) = 64+130+144=338 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.93% from 338); Green value is 130 (51.17% from 255 or 38.46% from 338); Blue value is 144 (56.64% from 255 or 42.60% from 338); Max value from RGB is 144 - color contains mainly: blue. Hex color #408290 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408290 is #BF7D6F. Grayscale: #6F6F6F. Windows color (decimal): -12549488 or 9470528. OLE color: 9470528.
HSL color Cylindrical-coordinate representation of color #408290: hue angle of 190.5º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #408290 is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 130 | 144 | - |
| CMYK | 0.56 | 0.10 | 0 | 0.44 |
| HSL | 190.5º | 0.38% | 0.41% | - |
| HSV(B) | 190.5º | 0.56% | 0.56% | - |
| XYZ | 15.13 | 19.07 | 29.27 | - |
| YUV | 111.86 | 146.13 | 93.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 130 | 144 | 0.56 | 0.10 | 0 | 0.44 | 190.5 | 0.38 | 0.41 |
| Hex | 40 | 82 | 90 | 38 | A | 0 | 2C | BE | 26 | 29 |
| Octal | 100 | 202 | 220 | 70 | 12 | 0 | 54 | 276 | 46 | 51 |
| Binary | 1000000 | 10000010 | 10010000 | 111000 | 1010 | 0 | 101100 | 10111110 | 100110 | 101001 |
Color Harmonies of #408290
Complementary color
Monochromatic Colors of #408290
Black with #408290
Text Example
Text Example
White with #408290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408290; }
p { color: rgb(64,130,144); }
H1.HeaderClassName
{
color: #408290;
}
.AnyTagClassName
{
color: #408290;
}
</style>
background-color css
<style>
a { background-color: #408290; }
a { background-color: rgb(64,130,144); }
div.DivClassName
{
background-color: #408290;
}
.BgClassName
{
background-color: #408290;
}
</style>
border-color css
<style>
span { border-color: #408290; }
span { border-color: rgb(64,130,144); }
td.TdClassName
{
border-color: #408290;
}
.TagClassName
{
border-color: #408290;
}
</style>