Shades of Jelly Bean #407D92
Tints of Jelly Bean #407D92
RGB
CMYK
RGB Variations
Color information
#407D92 (or 0x407D92) is known color: Jelly Bean. HEX triplet: 40, 7D and 92. RGB value is (64,125,146). Sum of RGB (Red+Green+Blue) = 64+125+146=335 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.10% from 335); Green value is 125 (49.22% from 255 or 37.31% from 335); Blue value is 146 (57.42% from 255 or 43.58% from 335); Max value from RGB is 146 - color contains mainly: blue. Hex color #407D92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407D92 is #BF826D. Grayscale: #6D6D6D. Windows color (decimal): -12550766 or 9600320. OLE color: 9600320.
HSL color Cylindrical-coordinate representation of color #407D92: hue angle of 195.37º 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 #407D92 is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 64 | 125 | 146 | - |
| CMYK | 0.56 | 0.14 | 0 | 0.43 |
| HSL | 195.37º | 0.39% | 0.41% | - |
| HSV(B) | 195.37º | 0.56% | 0.57% | - |
| XYZ | 14.64 | 17.83 | 29.86 | - |
| YUV | 109.16 | 148.79 | 95.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 125 | 146 | 0.56 | 0.14 | 0 | 0.43 | 195.37 | 0.39 | 0.41 |
| Hex | 40 | 7D | 92 | 38 | E | 0 | 2B | C3 | 27 | 29 |
| Octal | 100 | 175 | 222 | 70 | 16 | 0 | 53 | 303 | 47 | 51 |
| Binary | 1000000 | 1111101 | 10010010 | 111000 | 1110 | 0 | 101011 | 11000011 | 100111 | 101001 |
Color Harmonies of #407D92
Complementary color
Monochromatic Colors of #407D92
Black with #407D92
Text Example
Text Example
White with #407D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407D92; }
p { color: rgb(64,125,146); }
H1.HeaderClassName
{
color: #407D92;
}
.AnyTagClassName
{
color: #407D92;
}
</style>
background-color css
<style>
a { background-color: #407D92; }
a { background-color: rgb(64,125,146); }
div.DivClassName
{
background-color: #407D92;
}
.BgClassName
{
background-color: #407D92;
}
</style>
border-color css
<style>
span { border-color: #407D92; }
span { border-color: rgb(64,125,146); }
td.TdClassName
{
border-color: #407D92;
}
.TagClassName
{
border-color: #407D92;
}
</style>