Shades of Jelly Bean #457396
Tints of Jelly Bean #457396
RGB
CMYK
RGB Variations
Color information
#457396 (or 0x457396) is known color: Jelly Bean. HEX triplet: 45, 73 and 96. RGB value is (69,115,150). Sum of RGB (Red+Green+Blue) = 69+115+150=334 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.66% from 334); Green value is 115 (45.31% from 255 or 34.43% from 334); Blue value is 150 (58.98% from 255 or 44.91% from 334); Max value from RGB is 150 - color contains mainly: blue. Hex color #457396 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457396 is #BA8C69. Grayscale: #696969. Windows color (decimal): -12225642 or 9859909. OLE color: 9859909.
HSL color Cylindrical-coordinate representation of color #457396: hue angle of 205.93º 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 #457396 is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 69 | 115 | 150 | - |
| CMYK | 0.54 | 0.23 | 0 | 0.41 |
| HSL | 205.93º | 0.37% | 0.43% | - |
| HSV(B) | 205.93º | 0.54% | 0.59% | - |
| XYZ | 14.09 | 15.73 | 31.15 | - |
| YUV | 105.24 | 153.26 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 115 | 150 | 0.54 | 0.23 | 0 | 0.41 | 205.93 | 0.37 | 0.43 |
| Hex | 45 | 73 | 96 | 36 | 17 | 0 | 29 | CE | 25 | 2B |
| Octal | 105 | 163 | 226 | 66 | 27 | 0 | 51 | 316 | 45 | 53 |
| Binary | 1000101 | 1110011 | 10010110 | 110110 | 10111 | 0 | 101001 | 11001110 | 100101 | 101011 |
Color Harmonies of #457396
Complementary color
Monochromatic Colors of #457396
Black with #457396
Text Example
Text Example
White with #457396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457396; }
p { color: rgb(69,115,150); }
H1.HeaderClassName
{
color: #457396;
}
.AnyTagClassName
{
color: #457396;
}
</style>
background-color css
<style>
a { background-color: #457396; }
a { background-color: rgb(69,115,150); }
div.DivClassName
{
background-color: #457396;
}
.BgClassName
{
background-color: #457396;
}
</style>
border-color css
<style>
span { border-color: #457396; }
span { border-color: rgb(69,115,150); }
td.TdClassName
{
border-color: #457396;
}
.TagClassName
{
border-color: #457396;
}
</style>