Shades of Jelly Bean #457D91
Tints of Jelly Bean #457D91
RGB
CMYK
RGB Variations
Color information
#457D91 (or 0x457D91) is known color: Jelly Bean. HEX triplet: 45, 7D and 91. RGB value is (69,125,145). Sum of RGB (Red+Green+Blue) = 69+125+145=339 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.35% from 339); Green value is 125 (49.22% from 255 or 36.87% from 339); Blue value is 145 (57.03% from 255 or 42.77% from 339); Max value from RGB is 145 - color contains mainly: blue. Hex color #457D91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457D91 is #BA826E. Grayscale: #6E6E6E. Windows color (decimal): -12223087 or 9534789. OLE color: 9534789.
HSL color Cylindrical-coordinate representation of color #457D91: hue angle of 195.79º 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 #457D91 is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 69 | 125 | 145 | - |
| CMYK | 0.52 | 0.14 | 0 | 0.43 |
| HSL | 195.79º | 0.36% | 0.42% | - |
| HSV(B) | 195.79º | 0.52% | 0.57% | - |
| XYZ | 14.9 | 17.98 | 29.47 | - |
| YUV | 110.54 | 147.45 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 125 | 145 | 0.52 | 0.14 | 0 | 0.43 | 195.79 | 0.36 | 0.42 |
| Hex | 45 | 7D | 91 | 34 | E | 0 | 2B | C4 | 24 | 2A |
| Octal | 105 | 175 | 221 | 64 | 16 | 0 | 53 | 304 | 44 | 52 |
| Binary | 1000101 | 1111101 | 10010001 | 110100 | 1110 | 0 | 101011 | 11000100 | 100100 | 101010 |
Color Harmonies of #457D91
Complementary color
Monochromatic Colors of #457D91
Black with #457D91
Text Example
Text Example
White with #457D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457D91; }
p { color: rgb(69,125,145); }
H1.HeaderClassName
{
color: #457D91;
}
.AnyTagClassName
{
color: #457D91;
}
</style>
background-color css
<style>
a { background-color: #457D91; }
a { background-color: rgb(69,125,145); }
div.DivClassName
{
background-color: #457D91;
}
.BgClassName
{
background-color: #457D91;
}
</style>
border-color css
<style>
span { border-color: #457D91; }
span { border-color: rgb(69,125,145); }
td.TdClassName
{
border-color: #457D91;
}
.TagClassName
{
border-color: #457D91;
}
</style>