Shades of Jelly Bean #457588
Tints of Jelly Bean #457588
RGB
CMYK
RGB Variations
Color information
#457588 (or 0x457588) is known color: Jelly Bean. HEX triplet: 45, 75 and 88. RGB value is (69,117,136). Sum of RGB (Red+Green+Blue) = 69+117+136=322 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.43% from 322); Green value is 117 (46.09% from 255 or 36.34% from 322); Blue value is 136 (53.52% from 255 or 42.24% from 322); Max value from RGB is 136 - color contains mainly: blue. Hex color #457588 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457588 is #BA8A77. Grayscale: #686868. Windows color (decimal): -12225144 or 8942917. OLE color: 8942917.
HSL color Cylindrical-coordinate representation of color #457588: hue angle of 197.01º 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 #457588 is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 69 | 117 | 136 | - |
| CMYK | 0.49 | 0.14 | 0 | 0.47 |
| HSL | 197.01º | 0.33% | 0.4% | - |
| HSV(B) | 197.01º | 0.49% | 0.53% | - |
| XYZ | 13.26 | 15.77 | 25.64 | - |
| YUV | 104.81 | 145.6 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 117 | 136 | 0.49 | 0.14 | 0 | 0.47 | 197.01 | 0.33 | 0.4 |
| Hex | 45 | 75 | 88 | 31 | E | 0 | 2F | C5 | 21 | 28 |
| Octal | 105 | 165 | 210 | 61 | 16 | 0 | 57 | 305 | 41 | 50 |
| Binary | 1000101 | 1110101 | 10001000 | 110001 | 1110 | 0 | 101111 | 11000101 | 100001 | 101000 |
Color Harmonies of #457588
Complementary color
Monochromatic Colors of #457588
Black with #457588
Text Example
Text Example
White with #457588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457588; }
p { color: rgb(69,117,136); }
H1.HeaderClassName
{
color: #457588;
}
.AnyTagClassName
{
color: #457588;
}
</style>
background-color css
<style>
a { background-color: #457588; }
a { background-color: rgb(69,117,136); }
div.DivClassName
{
background-color: #457588;
}
.BgClassName
{
background-color: #457588;
}
</style>
border-color css
<style>
span { border-color: #457588; }
span { border-color: rgb(69,117,136); }
td.TdClassName
{
border-color: #457588;
}
.TagClassName
{
border-color: #457588;
}
</style>