Shades of Jelly Bean #407D91
Tints of Jelly Bean #407D91
RGB
CMYK
RGB Variations
Color information
#407D91 (or 0x407D91) is known color: Jelly Bean. HEX triplet: 40, 7D and 91. RGB value is (64,125,145). Sum of RGB (Red+Green+Blue) = 64+125+145=334 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.16% from 334); Green value is 125 (49.22% from 255 or 37.43% from 334); Blue value is 145 (57.03% from 255 or 43.41% from 334); Max value from RGB is 145 - color contains mainly: blue. Hex color #407D91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407D91 is #BF826E. Grayscale: #6C6C6C. Windows color (decimal): -12550767 or 9534784. OLE color: 9534784.
HSL color Cylindrical-coordinate representation of color #407D91: hue angle of 194.81º 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 #407D91 is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 64 | 125 | 145 | - |
| CMYK | 0.56 | 0.14 | 0 | 0.43 |
| HSL | 194.81º | 0.39% | 0.41% | - |
| HSV(B) | 194.81º | 0.56% | 0.57% | - |
| XYZ | 14.56 | 17.8 | 29.46 | - |
| YUV | 109.04 | 148.29 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 125 | 145 | 0.56 | 0.14 | 0 | 0.43 | 194.81 | 0.39 | 0.41 |
| Hex | 40 | 7D | 91 | 38 | E | 0 | 2B | C3 | 27 | 29 |
| Octal | 100 | 175 | 221 | 70 | 16 | 0 | 53 | 303 | 47 | 51 |
| Binary | 1000000 | 1111101 | 10010001 | 111000 | 1110 | 0 | 101011 | 11000011 | 100111 | 101001 |
Color Harmonies of #407D91
Complementary color
Monochromatic Colors of #407D91
Black with #407D91
Text Example
Text Example
White with #407D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407D91; }
p { color: rgb(64,125,145); }
H1.HeaderClassName
{
color: #407D91;
}
.AnyTagClassName
{
color: #407D91;
}
</style>
background-color css
<style>
a { background-color: #407D91; }
a { background-color: rgb(64,125,145); }
div.DivClassName
{
background-color: #407D91;
}
.BgClassName
{
background-color: #407D91;
}
</style>
border-color css
<style>
span { border-color: #407D91; }
span { border-color: rgb(64,125,145); }
td.TdClassName
{
border-color: #407D91;
}
.TagClassName
{
border-color: #407D91;
}
</style>