Shades of Jelly Bean #407A95
Tints of Jelly Bean #407A95
RGB
CMYK
RGB Variations
Color information
#407A95 (or 0x407A95) is known color: Jelly Bean. HEX triplet: 40, 7A and 95. RGB value is (64,122,149). Sum of RGB (Red+Green+Blue) = 64+122+149=335 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.10% from 335); Green value is 122 (48.05% from 255 or 36.42% from 335); Blue value is 149 (58.59% from 255 or 44.48% from 335); Max value from RGB is 149 - color contains mainly: blue. Hex color #407A95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407A95 is #BF856A. Grayscale: #6B6B6B. Windows color (decimal): -12551531 or 9796160. OLE color: 9796160.
HSL color Cylindrical-coordinate representation of color #407A95: hue angle of 199.06º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #407A95 is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 122 | 149 | - |
| CMYK | 0.57 | 0.18 | 0 | 0.42 |
| HSL | 199.06º | 0.4% | 0.42% | - |
| HSV(B) | 199.06º | 0.57% | 0.58% | - |
| XYZ | 14.5 | 17.18 | 30.99 | - |
| YUV | 107.74 | 151.28 | 96.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 122 | 149 | 0.57 | 0.18 | 0 | 0.42 | 199.06 | 0.4 | 0.42 |
| Hex | 40 | 7A | 95 | 39 | 12 | 0 | 2A | C7 | 28 | 2A |
| Octal | 100 | 172 | 225 | 71 | 22 | 0 | 52 | 307 | 50 | 52 |
| Binary | 1000000 | 1111010 | 10010101 | 111001 | 10010 | 0 | 101010 | 11000111 | 101000 | 101010 |
Color Harmonies of #407A95
Complementary color
Monochromatic Colors of #407A95
Black with #407A95
Text Example
Text Example
White with #407A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407A95; }
p { color: rgb(64,122,149); }
H1.HeaderClassName
{
color: #407A95;
}
.AnyTagClassName
{
color: #407A95;
}
</style>
background-color css
<style>
a { background-color: #407A95; }
a { background-color: rgb(64,122,149); }
div.DivClassName
{
background-color: #407A95;
}
.BgClassName
{
background-color: #407A95;
}
</style>
border-color css
<style>
span { border-color: #407A95; }
span { border-color: rgb(64,122,149); }
td.TdClassName
{
border-color: #407A95;
}
.TagClassName
{
border-color: #407A95;
}
</style>