Shades of Jelly Bean #457995
Tints of Jelly Bean #457995
RGB
CMYK
RGB Variations
Color information
#457995 (or 0x457995) is known color: Jelly Bean. HEX triplet: 45, 79 and 95. RGB value is (69,121,149). Sum of RGB (Red+Green+Blue) = 69+121+149=339 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.35% from 339); Green value is 121 (47.66% from 255 or 35.69% from 339); Blue value is 149 (58.59% from 255 or 43.95% from 339); Max value from RGB is 149 - color contains mainly: blue. Hex color #457995 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457995 is #BA866A. Grayscale: #6C6C6C. Windows color (decimal): -12224107 or 9795909. OLE color: 9795909.
HSL color Cylindrical-coordinate representation of color #457995: hue angle of 201º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #457995 is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 69 | 121 | 149 | - |
| CMYK | 0.54 | 0.19 | 0 | 0.42 |
| HSL | 201º | 0.37% | 0.43% | - |
| HSV(B) | 201º | 0.54% | 0.58% | - |
| XYZ | 14.72 | 17.11 | 30.96 | - |
| YUV | 108.64 | 150.77 | 99.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 121 | 149 | 0.54 | 0.19 | 0 | 0.42 | 201 | 0.37 | 0.43 |
| Hex | 45 | 79 | 95 | 36 | 13 | 0 | 2A | C9 | 25 | 2B |
| Octal | 105 | 171 | 225 | 66 | 23 | 0 | 52 | 311 | 45 | 53 |
| Binary | 1000101 | 1111001 | 10010101 | 110110 | 10011 | 0 | 101010 | 11001001 | 100101 | 101011 |
Color Harmonies of #457995
Complementary color
Monochromatic Colors of #457995
Black with #457995
Text Example
Text Example
White with #457995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457995; }
p { color: rgb(69,121,149); }
H1.HeaderClassName
{
color: #457995;
}
.AnyTagClassName
{
color: #457995;
}
</style>
background-color css
<style>
a { background-color: #457995; }
a { background-color: rgb(69,121,149); }
div.DivClassName
{
background-color: #457995;
}
.BgClassName
{
background-color: #457995;
}
</style>
border-color css
<style>
span { border-color: #457995; }
span { border-color: rgb(69,121,149); }
td.TdClassName
{
border-color: #457995;
}
.TagClassName
{
border-color: #457995;
}
</style>