Shades of Jelly Bean #457497
Tints of Jelly Bean #457497
RGB
CMYK
RGB Variations
Color information
#457497 (or 0x457497) is known color: Jelly Bean. HEX triplet: 45, 74 and 97. RGB value is (69,116,151). Sum of RGB (Red+Green+Blue) = 69+116+151=336 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.54% from 336); Green value is 116 (45.70% from 255 or 34.52% from 336); Blue value is 151 (59.38% from 255 or 44.94% from 336); Max value from RGB is 151 - color contains mainly: blue. Hex color #457497 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457497 is #BA8B68. Grayscale: #696969. Windows color (decimal): -12225385 or 9925701. OLE color: 9925701.
HSL color Cylindrical-coordinate representation of color #457497: hue angle of 205.61º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #457497 is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 69 | 116 | 151 | - |
| CMYK | 0.54 | 0.23 | 0 | 0.41 |
| HSL | 205.61º | 0.37% | 0.43% | - |
| HSV(B) | 205.61º | 0.54% | 0.59% | - |
| XYZ | 14.29 | 15.99 | 31.61 | - |
| YUV | 105.94 | 153.43 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 116 | 151 | 0.54 | 0.23 | 0 | 0.41 | 205.61 | 0.37 | 0.43 |
| Hex | 45 | 74 | 97 | 36 | 17 | 0 | 29 | CE | 25 | 2B |
| Octal | 105 | 164 | 227 | 66 | 27 | 0 | 51 | 316 | 45 | 53 |
| Binary | 1000101 | 1110100 | 10010111 | 110110 | 10111 | 0 | 101001 | 11001110 | 100101 | 101011 |
Color Harmonies of #457497
Complementary color
Monochromatic Colors of #457497
Black with #457497
Text Example
Text Example
White with #457497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457497; }
p { color: rgb(69,116,151); }
H1.HeaderClassName
{
color: #457497;
}
.AnyTagClassName
{
color: #457497;
}
</style>
background-color css
<style>
a { background-color: #457497; }
a { background-color: rgb(69,116,151); }
div.DivClassName
{
background-color: #457497;
}
.BgClassName
{
background-color: #457497;
}
</style>
border-color css
<style>
span { border-color: #457497; }
span { border-color: rgb(69,116,151); }
td.TdClassName
{
border-color: #457497;
}
.TagClassName
{
border-color: #457497;
}
</style>