Shades of Jelly Bean #407989
Tints of Jelly Bean #407989
RGB
CMYK
RGB Variations
Color information
#407989 (or 0x407989) is known color: Jelly Bean. HEX triplet: 40, 79 and 89. RGB value is (64,121,137). Sum of RGB (Red+Green+Blue) = 64+121+137=322 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.88% from 322); Green value is 121 (47.66% from 255 or 37.58% from 322); Blue value is 137 (53.91% from 255 or 42.55% from 322); Max value from RGB is 137 - color contains mainly: blue. Hex color #407989 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407989 is #BF8676. Grayscale: #696969. Windows color (decimal): -12551799 or 9009472. OLE color: 9009472.
HSL color Cylindrical-coordinate representation of color #407989: hue angle of 193.15º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #407989 is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 64 | 121 | 137 | - |
| CMYK | 0.53 | 0.12 | 0 | 0.46 |
| HSL | 193.15º | 0.36% | 0.39% | - |
| HSV(B) | 193.15º | 0.53% | 0.54% | - |
| XYZ | 13.47 | 16.57 | 26.16 | - |
| YUV | 105.78 | 145.62 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 121 | 137 | 0.53 | 0.12 | 0 | 0.46 | 193.15 | 0.36 | 0.39 |
| Hex | 40 | 79 | 89 | 35 | C | 0 | 2E | C1 | 24 | 27 |
| Octal | 100 | 171 | 211 | 65 | 14 | 0 | 56 | 301 | 44 | 47 |
| Binary | 1000000 | 1111001 | 10001001 | 110101 | 1100 | 0 | 101110 | 11000001 | 100100 | 100111 |
Color Harmonies of #407989
Complementary color
Monochromatic Colors of #407989
Black with #407989
Text Example
Text Example
White with #407989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407989; }
p { color: rgb(64,121,137); }
H1.HeaderClassName
{
color: #407989;
}
.AnyTagClassName
{
color: #407989;
}
</style>
background-color css
<style>
a { background-color: #407989; }
a { background-color: rgb(64,121,137); }
div.DivClassName
{
background-color: #407989;
}
.BgClassName
{
background-color: #407989;
}
</style>
border-color css
<style>
span { border-color: #407989; }
span { border-color: rgb(64,121,137); }
td.TdClassName
{
border-color: #407989;
}
.TagClassName
{
border-color: #407989;
}
</style>