Shades of Jelly Bean #457C90
Tints of Jelly Bean #457C90
RGB
CMYK
RGB Variations
Color information
#457C90 (or 0x457C90) is known color: Jelly Bean. HEX triplet: 45, 7C and 90. RGB value is (69,124,144). Sum of RGB (Red+Green+Blue) = 69+124+144=337 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.47% from 337); Green value is 124 (48.83% from 255 or 36.80% from 337); Blue value is 144 (56.64% from 255 or 42.73% from 337); Max value from RGB is 144 - color contains mainly: blue. Hex color #457C90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457C90 is #BA836F. Grayscale: #6D6D6D. Windows color (decimal): -12223344 or 9468997. OLE color: 9468997.
HSL color Cylindrical-coordinate representation of color #457C90: hue angle of 196º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #457C90 is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 69 | 124 | 144 | - |
| CMYK | 0.52 | 0.14 | 0 | 0.44 |
| HSL | 196º | 0.35% | 0.42% | - |
| HSV(B) | 196º | 0.52% | 0.56% | - |
| XYZ | 14.7 | 17.69 | 29.03 | - |
| YUV | 109.84 | 147.28 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 124 | 144 | 0.52 | 0.14 | 0 | 0.44 | 196 | 0.35 | 0.42 |
| Hex | 45 | 7C | 90 | 34 | E | 0 | 2C | C4 | 23 | 2A |
| Octal | 105 | 174 | 220 | 64 | 16 | 0 | 54 | 304 | 43 | 52 |
| Binary | 1000101 | 1111100 | 10010000 | 110100 | 1110 | 0 | 101100 | 11000100 | 100011 | 101010 |
Color Harmonies of #457C90
Complementary color
Monochromatic Colors of #457C90
Black with #457C90
Text Example
Text Example
White with #457C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457C90; }
p { color: rgb(69,124,144); }
H1.HeaderClassName
{
color: #457C90;
}
.AnyTagClassName
{
color: #457C90;
}
</style>
background-color css
<style>
a { background-color: #457C90; }
a { background-color: rgb(69,124,144); }
div.DivClassName
{
background-color: #457C90;
}
.BgClassName
{
background-color: #457C90;
}
</style>
border-color css
<style>
span { border-color: #457C90; }
span { border-color: rgb(69,124,144); }
td.TdClassName
{
border-color: #457C90;
}
.TagClassName
{
border-color: #457C90;
}
</style>