Shades of Jelly Bean #457B91
Tints of Jelly Bean #457B91
RGB
CMYK
RGB Variations
Color information
#457B91 (or 0x457B91) is known color: Jelly Bean. HEX triplet: 45, 7B and 91. RGB value is (69,123,145). Sum of RGB (Red+Green+Blue) = 69+123+145=337 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.47% from 337); Green value is 123 (48.44% from 255 or 36.50% from 337); Blue value is 145 (57.03% from 255 or 43.03% from 337); Max value from RGB is 145 - color contains mainly: blue. Hex color #457B91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457B91 is #BA846E. Grayscale: #6D6D6D. Windows color (decimal): -12223599 or 9534277. OLE color: 9534277.
HSL color Cylindrical-coordinate representation of color #457B91: hue angle of 197.37º 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 #457B91 is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 69 | 123 | 145 | - |
| CMYK | 0.52 | 0.15 | 0 | 0.43 |
| HSL | 197.37º | 0.36% | 0.42% | - |
| HSV(B) | 197.37º | 0.52% | 0.57% | - |
| XYZ | 14.65 | 17.48 | 29.39 | - |
| YUV | 109.36 | 148.11 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 123 | 145 | 0.52 | 0.15 | 0 | 0.43 | 197.37 | 0.36 | 0.42 |
| Hex | 45 | 7B | 91 | 34 | F | 0 | 2B | C5 | 24 | 2A |
| Octal | 105 | 173 | 221 | 64 | 17 | 0 | 53 | 305 | 44 | 52 |
| Binary | 1000101 | 1111011 | 10010001 | 110100 | 1111 | 0 | 101011 | 11000101 | 100100 | 101010 |
Color Harmonies of #457B91
Complementary color
Monochromatic Colors of #457B91
Black with #457B91
Text Example
Text Example
White with #457B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457B91; }
p { color: rgb(69,123,145); }
H1.HeaderClassName
{
color: #457B91;
}
.AnyTagClassName
{
color: #457B91;
}
</style>
background-color css
<style>
a { background-color: #457B91; }
a { background-color: rgb(69,123,145); }
div.DivClassName
{
background-color: #457B91;
}
.BgClassName
{
background-color: #457B91;
}
</style>
border-color css
<style>
span { border-color: #457B91; }
span { border-color: rgb(69,123,145); }
td.TdClassName
{
border-color: #457B91;
}
.TagClassName
{
border-color: #457B91;
}
</style>