Shades of Jelly Bean #457696
Tints of Jelly Bean #457696
RGB
CMYK
RGB Variations
Color information
#457696 (or 0x457696) is known color: Jelly Bean. HEX triplet: 45, 76 and 96. RGB value is (69,118,150). Sum of RGB (Red+Green+Blue) = 69+118+150=337 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.47% from 337); Green value is 118 (46.48% from 255 or 35.01% from 337); Blue value is 150 (58.98% from 255 or 44.51% from 337); Max value from RGB is 150 - color contains mainly: blue. Hex color #457696 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457696 is #BA8969. Grayscale: #6A6A6A. Windows color (decimal): -12224874 or 9860677. OLE color: 9860677.
HSL color Cylindrical-coordinate representation of color #457696: hue angle of 203.7º 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 #457696 is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 69 | 118 | 150 | - |
| CMYK | 0.54 | 0.21 | 0 | 0.41 |
| HSL | 203.7º | 0.37% | 0.43% | - |
| HSV(B) | 203.7º | 0.54% | 0.59% | - |
| XYZ | 14.44 | 16.42 | 31.26 | - |
| YUV | 107 | 152.27 | 100.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 118 | 150 | 0.54 | 0.21 | 0 | 0.41 | 203.7 | 0.37 | 0.43 |
| Hex | 45 | 76 | 96 | 36 | 15 | 0 | 29 | CC | 25 | 2B |
| Octal | 105 | 166 | 226 | 66 | 25 | 0 | 51 | 314 | 45 | 53 |
| Binary | 1000101 | 1110110 | 10010110 | 110110 | 10101 | 0 | 101001 | 11001100 | 100101 | 101011 |
Color Harmonies of #457696
Complementary color
Monochromatic Colors of #457696
Black with #457696
Text Example
Text Example
White with #457696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457696; }
p { color: rgb(69,118,150); }
H1.HeaderClassName
{
color: #457696;
}
.AnyTagClassName
{
color: #457696;
}
</style>
background-color css
<style>
a { background-color: #457696; }
a { background-color: rgb(69,118,150); }
div.DivClassName
{
background-color: #457696;
}
.BgClassName
{
background-color: #457696;
}
</style>
border-color css
<style>
span { border-color: #457696; }
span { border-color: rgb(69,118,150); }
td.TdClassName
{
border-color: #457696;
}
.TagClassName
{
border-color: #457696;
}
</style>