Shades of Jelly Bean #457688
Tints of Jelly Bean #457688
RGB
CMYK
RGB Variations
Color information
#457688 (or 0x457688) is known color: Jelly Bean. HEX triplet: 45, 76 and 88. RGB value is (69,118,136). Sum of RGB (Red+Green+Blue) = 69+118+136=323 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.36% from 323); Green value is 118 (46.48% from 255 or 36.53% from 323); Blue value is 136 (53.52% from 255 or 42.11% from 323); Max value from RGB is 136 - color contains mainly: blue. Hex color #457688 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457688 is #BA8977. Grayscale: #696969. Windows color (decimal): -12224888 or 8943173. OLE color: 8943173.
HSL color Cylindrical-coordinate representation of color #457688: hue angle of 196.12º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #457688 is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 69 | 118 | 136 | - |
| CMYK | 0.49 | 0.13 | 0 | 0.47 |
| HSL | 196.12º | 0.33% | 0.4% | - |
| HSV(B) | 196.12º | 0.49% | 0.53% | - |
| XYZ | 13.38 | 16 | 25.68 | - |
| YUV | 105.4 | 145.27 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 118 | 136 | 0.49 | 0.13 | 0 | 0.47 | 196.12 | 0.33 | 0.4 |
| Hex | 45 | 76 | 88 | 31 | D | 0 | 2F | C4 | 21 | 28 |
| Octal | 105 | 166 | 210 | 61 | 15 | 0 | 57 | 304 | 41 | 50 |
| Binary | 1000101 | 1110110 | 10001000 | 110001 | 1101 | 0 | 101111 | 11000100 | 100001 | 101000 |
Color Harmonies of #457688
Complementary color
Monochromatic Colors of #457688
Black with #457688
Text Example
Text Example
White with #457688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457688; }
p { color: rgb(69,118,136); }
H1.HeaderClassName
{
color: #457688;
}
.AnyTagClassName
{
color: #457688;
}
</style>
background-color css
<style>
a { background-color: #457688; }
a { background-color: rgb(69,118,136); }
div.DivClassName
{
background-color: #457688;
}
.BgClassName
{
background-color: #457688;
}
</style>
border-color css
<style>
span { border-color: #457688; }
span { border-color: rgb(69,118,136); }
td.TdClassName
{
border-color: #457688;
}
.TagClassName
{
border-color: #457688;
}
</style>