Shades of Jelly Bean #457D90
Tints of Jelly Bean #457D90
RGB
CMYK
RGB Variations
Color information
#457D90 (or 0x457D90) is known color: Jelly Bean. HEX triplet: 45, 7D and 90. RGB value is (69,125,144). Sum of RGB (Red+Green+Blue) = 69+125+144=338 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.41% from 338); Green value is 125 (49.22% from 255 or 36.98% from 338); Blue value is 144 (56.64% from 255 or 42.60% from 338); Max value from RGB is 144 - color contains mainly: blue. Hex color #457D90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457D90 is #BA826F. Grayscale: #6E6E6E. Windows color (decimal): -12223088 or 9469253. OLE color: 9469253.
HSL color Cylindrical-coordinate representation of color #457D90: hue angle of 195.2º 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 #457D90 is Cyan = 0.52, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 69 | 125 | 144 | - |
| CMYK | 0.52 | 0.13 | 0 | 0.44 |
| HSL | 195.2º | 0.35% | 0.42% | - |
| HSV(B) | 195.2º | 0.52% | 0.56% | - |
| XYZ | 14.82 | 17.95 | 29.07 | - |
| YUV | 110.42 | 146.95 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 125 | 144 | 0.52 | 0.13 | 0 | 0.44 | 195.2 | 0.35 | 0.42 |
| Hex | 45 | 7D | 90 | 34 | D | 0 | 2C | C3 | 23 | 2A |
| Octal | 105 | 175 | 220 | 64 | 15 | 0 | 54 | 303 | 43 | 52 |
| Binary | 1000101 | 1111101 | 10010000 | 110100 | 1101 | 0 | 101100 | 11000011 | 100011 | 101010 |
Color Harmonies of #457D90
Complementary color
Monochromatic Colors of #457D90
Black with #457D90
Text Example
Text Example
White with #457D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457D90; }
p { color: rgb(69,125,144); }
H1.HeaderClassName
{
color: #457D90;
}
.AnyTagClassName
{
color: #457D90;
}
</style>
background-color css
<style>
a { background-color: #457D90; }
a { background-color: rgb(69,125,144); }
div.DivClassName
{
background-color: #457D90;
}
.BgClassName
{
background-color: #457D90;
}
</style>
border-color css
<style>
span { border-color: #457D90; }
span { border-color: rgb(69,125,144); }
td.TdClassName
{
border-color: #457D90;
}
.TagClassName
{
border-color: #457D90;
}
</style>