Shades of Jelly Bean #408191
Tints of Jelly Bean #408191
RGB
CMYK
RGB Variations
Color information
#408191 (or 0x408191) is known color: Jelly Bean. HEX triplet: 40, 81 and 91. RGB value is (64,129,145). Sum of RGB (Red+Green+Blue) = 64+129+145=338 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.93% from 338); Green value is 129 (50.78% from 255 or 38.17% from 338); Blue value is 145 (57.03% from 255 or 42.90% from 338); Max value from RGB is 145 - color contains mainly: blue. Hex color #408191 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408191 is #BF7E6E. Grayscale: #6F6F6F. Windows color (decimal): -12549743 or 9535808. OLE color: 9535808.
HSL color Cylindrical-coordinate representation of color #408191: hue angle of 191.85º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #408191 is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 64 | 129 | 145 | - |
| CMYK | 0.56 | 0.11 | 0 | 0.43 |
| HSL | 191.85º | 0.39% | 0.41% | - |
| HSV(B) | 191.85º | 0.56% | 0.57% | - |
| XYZ | 15.08 | 18.83 | 29.63 | - |
| YUV | 111.39 | 146.97 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 129 | 145 | 0.56 | 0.11 | 0 | 0.43 | 191.85 | 0.39 | 0.41 |
| Hex | 40 | 81 | 91 | 38 | B | 0 | 2B | C0 | 27 | 29 |
| Octal | 100 | 201 | 221 | 70 | 13 | 0 | 53 | 300 | 47 | 51 |
| Binary | 1000000 | 10000001 | 10010001 | 111000 | 1011 | 0 | 101011 | 11000000 | 100111 | 101001 |
Color Harmonies of #408191
Complementary color
Monochromatic Colors of #408191
Black with #408191
Text Example
Text Example
White with #408191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408191; }
p { color: rgb(64,129,145); }
H1.HeaderClassName
{
color: #408191;
}
.AnyTagClassName
{
color: #408191;
}
</style>
background-color css
<style>
a { background-color: #408191; }
a { background-color: rgb(64,129,145); }
div.DivClassName
{
background-color: #408191;
}
.BgClassName
{
background-color: #408191;
}
</style>
border-color css
<style>
span { border-color: #408191; }
span { border-color: rgb(64,129,145); }
td.TdClassName
{
border-color: #408191;
}
.TagClassName
{
border-color: #408191;
}
</style>