Shades of Jelly Bean #457685
Tints of Jelly Bean #457685
RGB
CMYK
RGB Variations
Color information
#457685 (or 0x457685) is known color: Jelly Bean. HEX triplet: 45, 76 and 85. RGB value is (69,118,133). Sum of RGB (Red+Green+Blue) = 69+118+133=320 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.56% from 320); Green value is 118 (46.48% from 255 or 36.88% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 133 - color contains mainly: blue. Hex color #457685 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457685 is #BA897A. Grayscale: #686868. Windows color (decimal): -12224891 or 8746565. OLE color: 8746565.
HSL color Cylindrical-coordinate representation of color #457685: hue angle of 194.06º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #457685 is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 69 | 118 | 133 | - |
| CMYK | 0.48 | 0.11 | 0 | 0.48 |
| HSL | 194.06º | 0.32% | 0.4% | - |
| HSV(B) | 194.06º | 0.48% | 0.52% | - |
| XYZ | 13.17 | 15.92 | 24.57 | - |
| YUV | 105.06 | 143.77 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 118 | 133 | 0.48 | 0.11 | 0 | 0.48 | 194.06 | 0.32 | 0.4 |
| Hex | 45 | 76 | 85 | 30 | B | 0 | 30 | C2 | 20 | 28 |
| Octal | 105 | 166 | 205 | 60 | 13 | 0 | 60 | 302 | 40 | 50 |
| Binary | 1000101 | 1110110 | 10000101 | 110000 | 1011 | 0 | 110000 | 11000010 | 100000 | 101000 |
Color Harmonies of #457685
Complementary color
Monochromatic Colors of #457685
Black with #457685
Text Example
Text Example
White with #457685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457685; }
p { color: rgb(69,118,133); }
H1.HeaderClassName
{
color: #457685;
}
.AnyTagClassName
{
color: #457685;
}
</style>
background-color css
<style>
a { background-color: #457685; }
a { background-color: rgb(69,118,133); }
div.DivClassName
{
background-color: #457685;
}
.BgClassName
{
background-color: #457685;
}
</style>
border-color css
<style>
span { border-color: #457685; }
span { border-color: rgb(69,118,133); }
td.TdClassName
{
border-color: #457685;
}
.TagClassName
{
border-color: #457685;
}
</style>