Shades of Jelly Bean #457398
Tints of Jelly Bean #457398
RGB
CMYK
RGB Variations
Color information
#457398 (or 0x457398) is known color: Jelly Bean. HEX triplet: 45, 73 and 98. RGB value is (69,115,152). Sum of RGB (Red+Green+Blue) = 69+115+152=336 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.54% from 336); Green value is 115 (45.31% from 255 or 34.23% from 336); Blue value is 152 (59.77% from 255 or 45.24% from 336); Max value from RGB is 152 - color contains mainly: blue. Hex color #457398 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457398 is #BA8C67. Grayscale: #696969. Windows color (decimal): -12225640 or 9990981. OLE color: 9990981.
HSL color Cylindrical-coordinate representation of color #457398: hue angle of 206.75º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #457398 is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 69 | 115 | 152 | - |
| CMYK | 0.55 | 0.24 | 0 | 0.40 |
| HSL | 206.75º | 0.38% | 0.43% | - |
| HSV(B) | 206.75º | 0.55% | 0.6% | - |
| XYZ | 14.25 | 15.79 | 32 | - |
| YUV | 105.46 | 154.26 | 101.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 115 | 152 | 0.55 | 0.24 | 0 | 0.40 | 206.75 | 0.38 | 0.43 |
| Hex | 45 | 73 | 98 | 37 | 18 | 0 | 28 | CF | 26 | 2B |
| Octal | 105 | 163 | 230 | 67 | 30 | 0 | 50 | 317 | 46 | 53 |
| Binary | 1000101 | 1110011 | 10011000 | 110111 | 11000 | 0 | 101000 | 11001111 | 100110 | 101011 |
Color Harmonies of #457398
Complementary color
Monochromatic Colors of #457398
Black with #457398
Text Example
Text Example
White with #457398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457398; }
p { color: rgb(69,115,152); }
H1.HeaderClassName
{
color: #457398;
}
.AnyTagClassName
{
color: #457398;
}
</style>
background-color css
<style>
a { background-color: #457398; }
a { background-color: rgb(69,115,152); }
div.DivClassName
{
background-color: #457398;
}
.BgClassName
{
background-color: #457398;
}
</style>
border-color css
<style>
span { border-color: #457398; }
span { border-color: rgb(69,115,152); }
td.TdClassName
{
border-color: #457398;
}
.TagClassName
{
border-color: #457398;
}
</style>