Shades of Jelly Bean #457C91
Tints of Jelly Bean #457C91
RGB
CMYK
RGB Variations
Color information
#457C91 (or 0x457C91) is known color: Jelly Bean. HEX triplet: 45, 7C and 91. RGB value is (69,124,145). Sum of RGB (Red+Green+Blue) = 69+124+145=338 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.41% from 338); Green value is 124 (48.83% from 255 or 36.69% from 338); Blue value is 145 (57.03% from 255 or 42.90% from 338); Max value from RGB is 145 - color contains mainly: blue. Hex color #457C91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457C91 is #BA836E. Grayscale: #6D6D6D. Windows color (decimal): -12223343 or 9534533. OLE color: 9534533.
HSL color Cylindrical-coordinate representation of color #457C91: hue angle of 196.58º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #457C91 is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 69 | 124 | 145 | - |
| CMYK | 0.52 | 0.14 | 0 | 0.43 |
| HSL | 196.58º | 0.36% | 0.42% | - |
| HSV(B) | 196.58º | 0.52% | 0.57% | - |
| XYZ | 14.77 | 17.72 | 29.43 | - |
| YUV | 109.95 | 147.78 | 98.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 124 | 145 | 0.52 | 0.14 | 0 | 0.43 | 196.58 | 0.36 | 0.42 |
| Hex | 45 | 7C | 91 | 34 | E | 0 | 2B | C5 | 24 | 2A |
| Octal | 105 | 174 | 221 | 64 | 16 | 0 | 53 | 305 | 44 | 52 |
| Binary | 1000101 | 1111100 | 10010001 | 110100 | 1110 | 0 | 101011 | 11000101 | 100100 | 101010 |
Color Harmonies of #457C91
Complementary color
Monochromatic Colors of #457C91
Black with #457C91
Text Example
Text Example
White with #457C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457C91; }
p { color: rgb(69,124,145); }
H1.HeaderClassName
{
color: #457C91;
}
.AnyTagClassName
{
color: #457C91;
}
</style>
background-color css
<style>
a { background-color: #457C91; }
a { background-color: rgb(69,124,145); }
div.DivClassName
{
background-color: #457C91;
}
.BgClassName
{
background-color: #457C91;
}
</style>
border-color css
<style>
span { border-color: #457C91; }
span { border-color: rgb(69,124,145); }
td.TdClassName
{
border-color: #457C91;
}
.TagClassName
{
border-color: #457C91;
}
</style>