Shades of Jelly Bean #457F91
Tints of Jelly Bean #457F91
RGB
CMYK
RGB Variations
Color information
#457F91 (or 0x457F91) is known color: Jelly Bean. HEX triplet: 45, 7F and 91. RGB value is (69,127,145). Sum of RGB (Red+Green+Blue) = 69+127+145=341 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.23% from 341); Green value is 127 (50% from 255 or 37.24% from 341); Blue value is 145 (57.03% from 255 or 42.52% from 341); Max value from RGB is 145 - color contains mainly: blue. Hex color #457F91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457F91 is #BA806E. Grayscale: #6F6F6F. Windows color (decimal): -12222575 or 9535301. OLE color: 9535301.
HSL color Cylindrical-coordinate representation of color #457F91: hue angle of 194.21º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #457F91 is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 69 | 127 | 145 | - |
| CMYK | 0.52 | 0.12 | 0 | 0.43 |
| HSL | 194.21º | 0.36% | 0.42% | - |
| HSV(B) | 194.21º | 0.52% | 0.57% | - |
| XYZ | 15.15 | 18.49 | 29.56 | - |
| YUV | 111.71 | 146.78 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 127 | 145 | 0.52 | 0.12 | 0 | 0.43 | 194.21 | 0.36 | 0.42 |
| Hex | 45 | 7F | 91 | 34 | C | 0 | 2B | C2 | 24 | 2A |
| Octal | 105 | 177 | 221 | 64 | 14 | 0 | 53 | 302 | 44 | 52 |
| Binary | 1000101 | 1111111 | 10010001 | 110100 | 1100 | 0 | 101011 | 11000010 | 100100 | 101010 |
Color Harmonies of #457F91
Complementary color
Monochromatic Colors of #457F91
Black with #457F91
Text Example
Text Example
White with #457F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457F91; }
p { color: rgb(69,127,145); }
H1.HeaderClassName
{
color: #457F91;
}
.AnyTagClassName
{
color: #457F91;
}
</style>
background-color css
<style>
a { background-color: #457F91; }
a { background-color: rgb(69,127,145); }
div.DivClassName
{
background-color: #457F91;
}
.BgClassName
{
background-color: #457F91;
}
</style>
border-color css
<style>
span { border-color: #457F91; }
span { border-color: rgb(69,127,145); }
td.TdClassName
{
border-color: #457F91;
}
.TagClassName
{
border-color: #457F91;
}
</style>