Shades of Jelly Bean #457B8F
Tints of Jelly Bean #457B8F
RGB
CMYK
RGB Variations
Color information
#457B8F (or 0x457B8F) is known color: Jelly Bean. HEX triplet: 45, 7B and 8F. RGB value is (69,123,143). Sum of RGB (Red+Green+Blue) = 69+123+143=335 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.60% from 335); Green value is 123 (48.44% from 255 or 36.72% from 335); Blue value is 143 (56.25% from 255 or 42.69% from 335); Max value from RGB is 143 - color contains mainly: blue. Hex color #457B8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457B8F is #BA8470. Grayscale: #6D6D6D. Windows color (decimal): -12223601 or 9403205. OLE color: 9403205.
HSL color Cylindrical-coordinate representation of color #457B8F: hue angle of 196.22º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #457B8F is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 69 | 123 | 143 | - |
| CMYK | 0.52 | 0.14 | 0 | 0.44 |
| HSL | 196.22º | 0.35% | 0.42% | - |
| HSV(B) | 196.22º | 0.52% | 0.56% | - |
| XYZ | 14.5 | 17.41 | 28.58 | - |
| YUV | 109.13 | 147.11 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 123 | 143 | 0.52 | 0.14 | 0 | 0.44 | 196.22 | 0.35 | 0.42 |
| Hex | 45 | 7B | 8F | 34 | E | 0 | 2C | C4 | 23 | 2A |
| Octal | 105 | 173 | 217 | 64 | 16 | 0 | 54 | 304 | 43 | 52 |
| Binary | 1000101 | 1111011 | 10001111 | 110100 | 1110 | 0 | 101100 | 11000100 | 100011 | 101010 |
Color Harmonies of #457B8F
Complementary color
Monochromatic Colors of #457B8F
Black with #457B8F
Text Example
Text Example
White with #457B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457B8F; }
p { color: rgb(69,123,143); }
H1.HeaderClassName
{
color: #457B8F;
}
.AnyTagClassName
{
color: #457B8F;
}
</style>
background-color css
<style>
a { background-color: #457B8F; }
a { background-color: rgb(69,123,143); }
div.DivClassName
{
background-color: #457B8F;
}
.BgClassName
{
background-color: #457B8F;
}
</style>
border-color css
<style>
span { border-color: #457B8F; }
span { border-color: rgb(69,123,143); }
td.TdClassName
{
border-color: #457B8F;
}
.TagClassName
{
border-color: #457B8F;
}
</style>