Shades of Jelly Bean #457C89
Tints of Jelly Bean #457C89
RGB
CMYK
RGB Variations
Color information
#457C89 (or 0x457C89) is known color: Jelly Bean. HEX triplet: 45, 7C and 89. RGB value is (69,124,137). Sum of RGB (Red+Green+Blue) = 69+124+137=330 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.91% from 330); Green value is 124 (48.83% from 255 or 37.58% from 330); Blue value is 137 (53.91% from 255 or 41.52% from 330); Max value from RGB is 137 - color contains mainly: blue. Hex color #457C89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457C89 is #BA8376. Grayscale: #6C6C6C. Windows color (decimal): -12223351 or 9010245. OLE color: 9010245.
HSL color Cylindrical-coordinate representation of color #457C89: hue angle of 191.47º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #457C89 is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 69 | 124 | 137 | - |
| CMYK | 0.50 | 0.09 | 0 | 0.46 |
| HSL | 191.47º | 0.33% | 0.4% | - |
| HSV(B) | 191.47º | 0.5% | 0.54% | - |
| XYZ | 14.18 | 17.49 | 26.29 | - |
| YUV | 109.04 | 143.78 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 124 | 137 | 0.50 | 0.09 | 0 | 0.46 | 191.47 | 0.33 | 0.4 |
| Hex | 45 | 7C | 89 | 32 | 9 | 0 | 2E | BF | 21 | 28 |
| Octal | 105 | 174 | 211 | 62 | 11 | 0 | 56 | 277 | 41 | 50 |
| Binary | 1000101 | 1111100 | 10001001 | 110010 | 1001 | 0 | 101110 | 10111111 | 100001 | 101000 |
Color Harmonies of #457C89
Complementary color
Monochromatic Colors of #457C89
Black with #457C89
Text Example
Text Example
White with #457C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457C89; }
p { color: rgb(69,124,137); }
H1.HeaderClassName
{
color: #457C89;
}
.AnyTagClassName
{
color: #457C89;
}
</style>
background-color css
<style>
a { background-color: #457C89; }
a { background-color: rgb(69,124,137); }
div.DivClassName
{
background-color: #457C89;
}
.BgClassName
{
background-color: #457C89;
}
</style>
border-color css
<style>
span { border-color: #457C89; }
span { border-color: rgb(69,124,137); }
td.TdClassName
{
border-color: #457C89;
}
.TagClassName
{
border-color: #457C89;
}
</style>