Shades of Jelly Bean #457C8D
Tints of Jelly Bean #457C8D
RGB
CMYK
RGB Variations
Color information
#457C8D (or 0x457C8D) is known color: Jelly Bean. HEX triplet: 45, 7C and 8D. RGB value is (69,124,141). Sum of RGB (Red+Green+Blue) = 69+124+141=334 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.66% from 334); Green value is 124 (48.83% from 255 or 37.13% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 141 - color contains mainly: blue. Hex color #457C8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457C8D is #BA8372. Grayscale: #6D6D6D. Windows color (decimal): -12223347 or 9272389. OLE color: 9272389.
HSL color Cylindrical-coordinate representation of color #457C8D: hue angle of 194.17º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #457C8D is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 124 | 141 | - |
| CMYK | 0.51 | 0.12 | 0 | 0.45 |
| HSL | 194.17º | 0.34% | 0.41% | - |
| HSV(B) | 194.17º | 0.51% | 0.55% | - |
| XYZ | 14.47 | 17.6 | 27.83 | - |
| YUV | 109.49 | 145.78 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 124 | 141 | 0.51 | 0.12 | 0 | 0.45 | 194.17 | 0.34 | 0.41 |
| Hex | 45 | 7C | 8D | 33 | C | 0 | 2D | C2 | 22 | 29 |
| Octal | 105 | 174 | 215 | 63 | 14 | 0 | 55 | 302 | 42 | 51 |
| Binary | 1000101 | 1111100 | 10001101 | 110011 | 1100 | 0 | 101101 | 11000010 | 100010 | 101001 |
Color Harmonies of #457C8D
Complementary color
Monochromatic Colors of #457C8D
Black with #457C8D
Text Example
Text Example
White with #457C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457C8D; }
p { color: rgb(69,124,141); }
H1.HeaderClassName
{
color: #457C8D;
}
.AnyTagClassName
{
color: #457C8D;
}
</style>
background-color css
<style>
a { background-color: #457C8D; }
a { background-color: rgb(69,124,141); }
div.DivClassName
{
background-color: #457C8D;
}
.BgClassName
{
background-color: #457C8D;
}
</style>
border-color css
<style>
span { border-color: #457C8D; }
span { border-color: rgb(69,124,141); }
td.TdClassName
{
border-color: #457C8D;
}
.TagClassName
{
border-color: #457C8D;
}
</style>