Shades of Jelly Bean #457C9B
Tints of Jelly Bean #457C9B
RGB
CMYK
RGB Variations
Color information
#457C9B (or 0x457C9B) is known color: Jelly Bean. HEX triplet: 45, 7C and 9B. RGB value is (69,124,155). Sum of RGB (Red+Green+Blue) = 69+124+155=348 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.83% from 348); Green value is 124 (48.83% from 255 or 35.63% from 348); Blue value is 155 (60.94% from 255 or 44.54% from 348); Max value from RGB is 155 - color contains mainly: blue. Hex color #457C9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457C9B is #BA8364. Grayscale: #6E6E6E. Windows color (decimal): -12223333 or 10189893. OLE color: 10189893.
HSL color Cylindrical-coordinate representation of color #457C9B: hue angle of 201.63º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #457C9B is Cyan = 0.55, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 69 | 124 | 155 | - |
| CMYK | 0.55 | 0.2 | 0 | 0.39 |
| HSL | 201.63º | 0.38% | 0.44% | - |
| HSV(B) | 201.63º | 0.55% | 0.61% | - |
| XYZ | 15.58 | 18.05 | 33.67 | - |
| YUV | 111.09 | 152.78 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 124 | 155 | 0.55 | 0.2 | 0 | 0.39 | 201.63 | 0.38 | 0.44 |
| Hex | 45 | 7C | 9B | 37 | 14 | 0 | 27 | CA | 26 | 2C |
| Octal | 105 | 174 | 233 | 67 | 24 | 0 | 47 | 312 | 46 | 54 |
| Binary | 1000101 | 1111100 | 10011011 | 110111 | 10100 | 0 | 100111 | 11001010 | 100110 | 101100 |
Color Harmonies of #457C9B
Complementary color
Monochromatic Colors of #457C9B
Black with #457C9B
Text Example
Text Example
White with #457C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457C9B; }
p { color: rgb(69,124,155); }
H1.HeaderClassName
{
color: #457C9B;
}
.AnyTagClassName
{
color: #457C9B;
}
</style>
background-color css
<style>
a { background-color: #457C9B; }
a { background-color: rgb(69,124,155); }
div.DivClassName
{
background-color: #457C9B;
}
.BgClassName
{
background-color: #457C9B;
}
</style>
border-color css
<style>
span { border-color: #457C9B; }
span { border-color: rgb(69,124,155); }
td.TdClassName
{
border-color: #457C9B;
}
.TagClassName
{
border-color: #457C9B;
}
</style>