Shades of Jelly Bean #457D9C
Tints of Jelly Bean #457D9C
RGB
CMYK
RGB Variations
Color information
#457D9C (or 0x457D9C) is known color: Jelly Bean. HEX triplet: 45, 7D and 9C. RGB value is (69,125,156). Sum of RGB (Red+Green+Blue) = 69+125+156=350 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.71% from 350); Green value is 125 (49.22% from 255 or 35.71% from 350); Blue value is 156 (61.33% from 255 or 44.57% from 350); Max value from RGB is 156 - color contains mainly: blue. Hex color #457D9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457D9C is #BA8263. Grayscale: #6F6F6F. Windows color (decimal): -12223076 or 10255685. OLE color: 10255685.
HSL color Cylindrical-coordinate representation of color #457D9C: hue angle of 201.38º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #457D9C is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 69 | 125 | 156 | - |
| CMYK | 0.56 | 0.20 | 0 | 0.39 |
| HSL | 201.38º | 0.39% | 0.44% | - |
| HSV(B) | 201.38º | 0.56% | 0.61% | - |
| XYZ | 15.79 | 18.33 | 34.16 | - |
| YUV | 111.79 | 152.95 | 97.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 125 | 156 | 0.56 | 0.20 | 0 | 0.39 | 201.38 | 0.39 | 0.44 |
| Hex | 45 | 7D | 9C | 38 | 14 | 0 | 27 | C9 | 27 | 2C |
| Octal | 105 | 175 | 234 | 70 | 24 | 0 | 47 | 311 | 47 | 54 |
| Binary | 1000101 | 1111101 | 10011100 | 111000 | 10100 | 0 | 100111 | 11001001 | 100111 | 101100 |
Color Harmonies of #457D9C
Complementary color
Monochromatic Colors of #457D9C
Black with #457D9C
Text Example
Text Example
White with #457D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457D9C; }
p { color: rgb(69,125,156); }
H1.HeaderClassName
{
color: #457D9C;
}
.AnyTagClassName
{
color: #457D9C;
}
</style>
background-color css
<style>
a { background-color: #457D9C; }
a { background-color: rgb(69,125,156); }
div.DivClassName
{
background-color: #457D9C;
}
.BgClassName
{
background-color: #457D9C;
}
</style>
border-color css
<style>
span { border-color: #457D9C; }
span { border-color: rgb(69,125,156); }
td.TdClassName
{
border-color: #457D9C;
}
.TagClassName
{
border-color: #457D9C;
}
</style>