Shades of Jelly Bean #457498
Tints of Jelly Bean #457498
RGB
CMYK
RGB Variations
Color information
#457498 (or 0x457498) is known color: Jelly Bean. HEX triplet: 45, 74 and 98. RGB value is (69,116,152). Sum of RGB (Red+Green+Blue) = 69+116+152=337 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.47% from 337); Green value is 116 (45.70% from 255 or 34.42% from 337); Blue value is 152 (59.77% from 255 or 45.10% from 337); Max value from RGB is 152 - color contains mainly: blue. Hex color #457498 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457498 is #BA8B67. Grayscale: #696969. Windows color (decimal): -12225384 or 9991237. OLE color: 9991237.
HSL color Cylindrical-coordinate representation of color #457498: hue angle of 206.02º 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 #457498 is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 69 | 116 | 152 | - |
| CMYK | 0.55 | 0.24 | 0 | 0.40 |
| HSL | 206.02º | 0.38% | 0.43% | - |
| HSV(B) | 206.02º | 0.55% | 0.6% | - |
| XYZ | 14.37 | 16.02 | 32.04 | - |
| YUV | 106.05 | 153.93 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 116 | 152 | 0.55 | 0.24 | 0 | 0.40 | 206.02 | 0.38 | 0.43 |
| Hex | 45 | 74 | 98 | 37 | 18 | 0 | 28 | CE | 26 | 2B |
| Octal | 105 | 164 | 230 | 67 | 30 | 0 | 50 | 316 | 46 | 53 |
| Binary | 1000101 | 1110100 | 10011000 | 110111 | 11000 | 0 | 101000 | 11001110 | 100110 | 101011 |
Color Harmonies of #457498
Complementary color
Monochromatic Colors of #457498
Black with #457498
Text Example
Text Example
White with #457498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457498; }
p { color: rgb(69,116,152); }
H1.HeaderClassName
{
color: #457498;
}
.AnyTagClassName
{
color: #457498;
}
</style>
background-color css
<style>
a { background-color: #457498; }
a { background-color: rgb(69,116,152); }
div.DivClassName
{
background-color: #457498;
}
.BgClassName
{
background-color: #457498;
}
</style>
border-color css
<style>
span { border-color: #457498; }
span { border-color: rgb(69,116,152); }
td.TdClassName
{
border-color: #457498;
}
.TagClassName
{
border-color: #457498;
}
</style>