Shades of Jelly Bean #457B89
Tints of Jelly Bean #457B89
RGB
CMYK
RGB Variations
Color information
#457B89 (or 0x457B89) is known color: Jelly Bean. HEX triplet: 45, 7B and 89. RGB value is (69,123,137). Sum of RGB (Red+Green+Blue) = 69+123+137=329 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.97% from 329); Green value is 123 (48.44% from 255 or 37.39% from 329); Blue value is 137 (53.91% from 255 or 41.64% from 329); Max value from RGB is 137 - color contains mainly: blue. Hex color #457B89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457B89 is #BA8476. Grayscale: #6C6C6C. Windows color (decimal): -12223607 or 9009989. OLE color: 9009989.
HSL color Cylindrical-coordinate representation of color #457B89: hue angle of 192.35º 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 #457B89 is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 69 | 123 | 137 | - |
| CMYK | 0.50 | 0.10 | 0 | 0.46 |
| HSL | 192.35º | 0.33% | 0.4% | - |
| HSV(B) | 192.35º | 0.5% | 0.54% | - |
| XYZ | 14.05 | 17.24 | 26.25 | - |
| YUV | 108.45 | 144.11 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 123 | 137 | 0.50 | 0.10 | 0 | 0.46 | 192.35 | 0.33 | 0.4 |
| Hex | 45 | 7B | 89 | 32 | A | 0 | 2E | C0 | 21 | 28 |
| Octal | 105 | 173 | 211 | 62 | 12 | 0 | 56 | 300 | 41 | 50 |
| Binary | 1000101 | 1111011 | 10001001 | 110010 | 1010 | 0 | 101110 | 11000000 | 100001 | 101000 |
Color Harmonies of #457B89
Complementary color
Monochromatic Colors of #457B89
Black with #457B89
Text Example
Text Example
White with #457B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457B89; }
p { color: rgb(69,123,137); }
H1.HeaderClassName
{
color: #457B89;
}
.AnyTagClassName
{
color: #457B89;
}
</style>
background-color css
<style>
a { background-color: #457B89; }
a { background-color: rgb(69,123,137); }
div.DivClassName
{
background-color: #457B89;
}
.BgClassName
{
background-color: #457B89;
}
</style>
border-color css
<style>
span { border-color: #457B89; }
span { border-color: rgb(69,123,137); }
td.TdClassName
{
border-color: #457B89;
}
.TagClassName
{
border-color: #457B89;
}
</style>