Shades of Jelly Bean #457A90
Tints of Jelly Bean #457A90
RGB
CMYK
RGB Variations
Color information
#457A90 (or 0x457A90) is known color: Jelly Bean. HEX triplet: 45, 7A and 90. RGB value is (69,122,144). Sum of RGB (Red+Green+Blue) = 69+122+144=335 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.60% from 335); Green value is 122 (48.05% from 255 or 36.42% from 335); Blue value is 144 (56.64% from 255 or 42.99% from 335); Max value from RGB is 144 - color contains mainly: blue. Hex color #457A90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457A90 is #BA856F. Grayscale: #6C6C6C. Windows color (decimal): -12223856 or 9468485. OLE color: 9468485.
HSL color Cylindrical-coordinate representation of color #457A90: hue angle of 197.6º 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 #457A90 is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 69 | 122 | 144 | - |
| CMYK | 0.52 | 0.15 | 0 | 0.44 |
| HSL | 197.6º | 0.35% | 0.42% | - |
| HSV(B) | 197.6º | 0.52% | 0.56% | - |
| XYZ | 14.45 | 17.2 | 28.94 | - |
| YUV | 108.66 | 147.94 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 122 | 144 | 0.52 | 0.15 | 0 | 0.44 | 197.6 | 0.35 | 0.42 |
| Hex | 45 | 7A | 90 | 34 | F | 0 | 2C | C6 | 23 | 2A |
| Octal | 105 | 172 | 220 | 64 | 17 | 0 | 54 | 306 | 43 | 52 |
| Binary | 1000101 | 1111010 | 10010000 | 110100 | 1111 | 0 | 101100 | 11000110 | 100011 | 101010 |
Color Harmonies of #457A90
Complementary color
Monochromatic Colors of #457A90
Black with #457A90
Text Example
Text Example
White with #457A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457A90; }
p { color: rgb(69,122,144); }
H1.HeaderClassName
{
color: #457A90;
}
.AnyTagClassName
{
color: #457A90;
}
</style>
background-color css
<style>
a { background-color: #457A90; }
a { background-color: rgb(69,122,144); }
div.DivClassName
{
background-color: #457A90;
}
.BgClassName
{
background-color: #457A90;
}
</style>
border-color css
<style>
span { border-color: #457A90; }
span { border-color: rgb(69,122,144); }
td.TdClassName
{
border-color: #457A90;
}
.TagClassName
{
border-color: #457A90;
}
</style>