Shades of Jelly Bean #407B98
Tints of Jelly Bean #407B98
RGB
CMYK
RGB Variations
Color information
#407B98 (or 0x407B98) is known color: Jelly Bean. HEX triplet: 40, 7B and 98. RGB value is (64,123,152). Sum of RGB (Red+Green+Blue) = 64+123+152=339 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.88% from 339); Green value is 123 (48.44% from 255 or 36.28% from 339); Blue value is 152 (59.77% from 255 or 44.84% from 339); Max value from RGB is 152 - color contains mainly: blue. Hex color #407B98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407B98 is #BF8467. Grayscale: #6C6C6C. Windows color (decimal): -12551272 or 9993024. OLE color: 9993024.
HSL color Cylindrical-coordinate representation of color #407B98: hue angle of 199.77º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #407B98 is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 64 | 123 | 152 | - |
| CMYK | 0.58 | 0.19 | 0 | 0.40 |
| HSL | 199.77º | 0.41% | 0.42% | - |
| HSV(B) | 199.77º | 0.58% | 0.6% | - |
| XYZ | 14.86 | 17.52 | 32.3 | - |
| YUV | 108.67 | 152.45 | 96.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 123 | 152 | 0.58 | 0.19 | 0 | 0.40 | 199.77 | 0.41 | 0.42 |
| Hex | 40 | 7B | 98 | 3A | 13 | 0 | 28 | C8 | 29 | 2A |
| Octal | 100 | 173 | 230 | 72 | 23 | 0 | 50 | 310 | 51 | 52 |
| Binary | 1000000 | 1111011 | 10011000 | 111010 | 10011 | 0 | 101000 | 11001000 | 101001 | 101010 |
Color Harmonies of #407B98
Complementary color
Monochromatic Colors of #407B98
Black with #407B98
Text Example
Text Example
White with #407B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407B98; }
p { color: rgb(64,123,152); }
H1.HeaderClassName
{
color: #407B98;
}
.AnyTagClassName
{
color: #407B98;
}
</style>
background-color css
<style>
a { background-color: #407B98; }
a { background-color: rgb(64,123,152); }
div.DivClassName
{
background-color: #407B98;
}
.BgClassName
{
background-color: #407B98;
}
</style>
border-color css
<style>
span { border-color: #407B98; }
span { border-color: rgb(64,123,152); }
td.TdClassName
{
border-color: #407B98;
}
.TagClassName
{
border-color: #407B98;
}
</style>