Shades of Jelly Bean #407F99
Tints of Jelly Bean #407F99
RGB
CMYK
RGB Variations
Color information
#407F99 (or 0x407F99) is known color: Jelly Bean. HEX triplet: 40, 7F and 99. RGB value is (64,127,153). Sum of RGB (Red+Green+Blue) = 64+127+153=344 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.60% from 344); Green value is 127 (50% from 255 or 36.92% from 344); Blue value is 153 (60.16% from 255 or 44.48% from 344); Max value from RGB is 153 - color contains mainly: blue. Hex color #407F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407F99 is #BF8066. Grayscale: #6E6E6E. Windows color (decimal): -12550247 or 10059584. OLE color: 10059584.
HSL color Cylindrical-coordinate representation of color #407F99: hue angle of 197.53º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #407F99 is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 64 | 127 | 153 | - |
| CMYK | 0.58 | 0.17 | 0 | 0.4 |
| HSL | 197.53º | 0.41% | 0.43% | - |
| HSV(B) | 197.53º | 0.58% | 0.6% | - |
| XYZ | 15.45 | 18.57 | 32.91 | - |
| YUV | 111.13 | 151.63 | 94.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 127 | 153 | 0.58 | 0.17 | 0 | 0.4 | 197.53 | 0.41 | 0.43 |
| Hex | 40 | 7F | 99 | 3A | 11 | 0 | 28 | C6 | 29 | 2B |
| Octal | 100 | 177 | 231 | 72 | 21 | 0 | 50 | 306 | 51 | 53 |
| Binary | 1000000 | 1111111 | 10011001 | 111010 | 10001 | 0 | 101000 | 11000110 | 101001 | 101011 |
Color Harmonies of #407F99
Complementary color
Monochromatic Colors of #407F99
Black with #407F99
Text Example
Text Example
White with #407F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407F99; }
p { color: rgb(64,127,153); }
H1.HeaderClassName
{
color: #407F99;
}
.AnyTagClassName
{
color: #407F99;
}
</style>
background-color css
<style>
a { background-color: #407F99; }
a { background-color: rgb(64,127,153); }
div.DivClassName
{
background-color: #407F99;
}
.BgClassName
{
background-color: #407F99;
}
</style>
border-color css
<style>
span { border-color: #407F99; }
span { border-color: rgb(64,127,153); }
td.TdClassName
{
border-color: #407F99;
}
.TagClassName
{
border-color: #407F99;
}
</style>