Shades of Jelly Bean #457888
Tints of Jelly Bean #457888
RGB
CMYK
RGB Variations
Color information
#457888 (or 0x457888) is known color: Jelly Bean. HEX triplet: 45, 78 and 88. RGB value is (69,120,136). Sum of RGB (Red+Green+Blue) = 69+120+136=325 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.23% from 325); Green value is 120 (47.27% from 255 or 36.92% from 325); Blue value is 136 (53.52% from 255 or 41.85% from 325); Max value from RGB is 136 - color contains mainly: blue. Hex color #457888 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457888 is #BA8777. Grayscale: #6A6A6A. Windows color (decimal): -12224376 or 8943685. OLE color: 8943685.
HSL color Cylindrical-coordinate representation of color #457888: hue angle of 194.33º 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 #457888 is Cyan = 0.49, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 69 | 120 | 136 | - |
| CMYK | 0.49 | 0.12 | 0 | 0.47 |
| HSL | 194.33º | 0.33% | 0.4% | - |
| HSV(B) | 194.33º | 0.49% | 0.53% | - |
| XYZ | 13.61 | 16.48 | 25.76 | - |
| YUV | 106.58 | 144.6 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 120 | 136 | 0.49 | 0.12 | 0 | 0.47 | 194.33 | 0.33 | 0.4 |
| Hex | 45 | 78 | 88 | 31 | C | 0 | 2F | C2 | 21 | 28 |
| Octal | 105 | 170 | 210 | 61 | 14 | 0 | 57 | 302 | 41 | 50 |
| Binary | 1000101 | 1111000 | 10001000 | 110001 | 1100 | 0 | 101111 | 11000010 | 100001 | 101000 |
Color Harmonies of #457888
Complementary color
Monochromatic Colors of #457888
Black with #457888
Text Example
Text Example
White with #457888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457888; }
p { color: rgb(69,120,136); }
H1.HeaderClassName
{
color: #457888;
}
.AnyTagClassName
{
color: #457888;
}
</style>
background-color css
<style>
a { background-color: #457888; }
a { background-color: rgb(69,120,136); }
div.DivClassName
{
background-color: #457888;
}
.BgClassName
{
background-color: #457888;
}
</style>
border-color css
<style>
span { border-color: #457888; }
span { border-color: rgb(69,120,136); }
td.TdClassName
{
border-color: #457888;
}
.TagClassName
{
border-color: #457888;
}
</style>