Shades of Jelly Bean #457795
Tints of Jelly Bean #457795
RGB
CMYK
RGB Variations
Color information
#457795 (or 0x457795) is known color: Jelly Bean. HEX triplet: 45, 77 and 95. RGB value is (69,119,149). Sum of RGB (Red+Green+Blue) = 69+119+149=337 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.47% from 337); Green value is 119 (46.88% from 255 or 35.31% from 337); Blue value is 149 (58.59% from 255 or 44.21% from 337); Max value from RGB is 149 - color contains mainly: blue. Hex color #457795 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457795 is #BA886A. Grayscale: #6B6B6B. Windows color (decimal): -12224619 or 9795397. OLE color: 9795397.
HSL color Cylindrical-coordinate representation of color #457795: hue angle of 202.5º 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 #457795 is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 69 | 119 | 149 | - |
| CMYK | 0.54 | 0.20 | 0 | 0.42 |
| HSL | 202.5º | 0.37% | 0.43% | - |
| HSV(B) | 202.5º | 0.54% | 0.58% | - |
| XYZ | 14.48 | 16.63 | 30.88 | - |
| YUV | 107.47 | 151.44 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 119 | 149 | 0.54 | 0.20 | 0 | 0.42 | 202.5 | 0.37 | 0.43 |
| Hex | 45 | 77 | 95 | 36 | 14 | 0 | 2A | CA | 25 | 2B |
| Octal | 105 | 167 | 225 | 66 | 24 | 0 | 52 | 312 | 45 | 53 |
| Binary | 1000101 | 1110111 | 10010101 | 110110 | 10100 | 0 | 101010 | 11001010 | 100101 | 101011 |
Color Harmonies of #457795
Complementary color
Monochromatic Colors of #457795
Black with #457795
Text Example
Text Example
White with #457795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457795; }
p { color: rgb(69,119,149); }
H1.HeaderClassName
{
color: #457795;
}
.AnyTagClassName
{
color: #457795;
}
</style>
background-color css
<style>
a { background-color: #457795; }
a { background-color: rgb(69,119,149); }
div.DivClassName
{
background-color: #457795;
}
.BgClassName
{
background-color: #457795;
}
</style>
border-color css
<style>
span { border-color: #457795; }
span { border-color: rgb(69,119,149); }
td.TdClassName
{
border-color: #457795;
}
.TagClassName
{
border-color: #457795;
}
</style>