Shades of Jelly Bean #457898
Tints of Jelly Bean #457898
RGB
CMYK
RGB Variations
Color information
#457898 (or 0x457898) is known color: Jelly Bean. HEX triplet: 45, 78 and 98. RGB value is (69,120,152). Sum of RGB (Red+Green+Blue) = 69+120+152=341 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.23% from 341); Green value is 120 (47.27% from 255 or 35.19% from 341); Blue value is 152 (59.77% from 255 or 44.57% from 341); Max value from RGB is 152 - color contains mainly: blue. Hex color #457898 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457898 is #BA8767. Grayscale: #6C6C6C. Windows color (decimal): -12224360 or 9992261. OLE color: 9992261.
HSL color Cylindrical-coordinate representation of color #457898: hue angle of 203.13º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #457898 is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 69 | 120 | 152 | - |
| CMYK | 0.55 | 0.21 | 0 | 0.40 |
| HSL | 203.13º | 0.38% | 0.43% | - |
| HSV(B) | 203.13º | 0.55% | 0.6% | - |
| XYZ | 14.84 | 16.97 | 32.2 | - |
| YUV | 108.4 | 152.6 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 120 | 152 | 0.55 | 0.21 | 0 | 0.40 | 203.13 | 0.38 | 0.43 |
| Hex | 45 | 78 | 98 | 37 | 15 | 0 | 28 | CB | 26 | 2B |
| Octal | 105 | 170 | 230 | 67 | 25 | 0 | 50 | 313 | 46 | 53 |
| Binary | 1000101 | 1111000 | 10011000 | 110111 | 10101 | 0 | 101000 | 11001011 | 100110 | 101011 |
Color Harmonies of #457898
Complementary color
Monochromatic Colors of #457898
Black with #457898
Text Example
Text Example
White with #457898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457898; }
p { color: rgb(69,120,152); }
H1.HeaderClassName
{
color: #457898;
}
.AnyTagClassName
{
color: #457898;
}
</style>
background-color css
<style>
a { background-color: #457898; }
a { background-color: rgb(69,120,152); }
div.DivClassName
{
background-color: #457898;
}
.BgClassName
{
background-color: #457898;
}
</style>
border-color css
<style>
span { border-color: #457898; }
span { border-color: rgb(69,120,152); }
td.TdClassName
{
border-color: #457898;
}
.TagClassName
{
border-color: #457898;
}
</style>