Shades of Jelly Bean #457694
Tints of Jelly Bean #457694
RGB
CMYK
RGB Variations
Color information
#457694 (or 0x457694) is known color: Jelly Bean. HEX triplet: 45, 76 and 94. RGB value is (69,118,148). Sum of RGB (Red+Green+Blue) = 69+118+148=335 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.60% from 335); Green value is 118 (46.48% from 255 or 35.22% from 335); Blue value is 148 (58.20% from 255 or 44.18% from 335); Max value from RGB is 148 - color contains mainly: blue. Hex color #457694 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457694 is #BA896B. Grayscale: #6A6A6A. Windows color (decimal): -12224876 or 9729605. OLE color: 9729605.
HSL color Cylindrical-coordinate representation of color #457694: hue angle of 202.78º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #457694 is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 69 | 118 | 148 | - |
| CMYK | 0.53 | 0.20 | 0 | 0.42 |
| HSL | 202.78º | 0.36% | 0.43% | - |
| HSV(B) | 202.78º | 0.53% | 0.58% | - |
| XYZ | 14.28 | 16.36 | 30.42 | - |
| YUV | 106.77 | 151.27 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 118 | 148 | 0.53 | 0.20 | 0 | 0.42 | 202.78 | 0.36 | 0.43 |
| Hex | 45 | 76 | 94 | 35 | 14 | 0 | 2A | CB | 24 | 2B |
| Octal | 105 | 166 | 224 | 65 | 24 | 0 | 52 | 313 | 44 | 53 |
| Binary | 1000101 | 1110110 | 10010100 | 110101 | 10100 | 0 | 101010 | 11001011 | 100100 | 101011 |
Color Harmonies of #457694
Complementary color
Monochromatic Colors of #457694
Black with #457694
Text Example
Text Example
White with #457694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457694; }
p { color: rgb(69,118,148); }
H1.HeaderClassName
{
color: #457694;
}
.AnyTagClassName
{
color: #457694;
}
</style>
background-color css
<style>
a { background-color: #457694; }
a { background-color: rgb(69,118,148); }
div.DivClassName
{
background-color: #457694;
}
.BgClassName
{
background-color: #457694;
}
</style>
border-color css
<style>
span { border-color: #457694; }
span { border-color: rgb(69,118,148); }
td.TdClassName
{
border-color: #457694;
}
.TagClassName
{
border-color: #457694;
}
</style>