Shades of Jelly Bean #458095
Tints of Jelly Bean #458095
RGB
CMYK
RGB Variations
Color information
#458095 (or 0x458095) is known color: Jelly Bean. HEX triplet: 45, 80 and 95. RGB value is (69,128,149). Sum of RGB (Red+Green+Blue) = 69+128+149=346 (45% of max value = 765). Red value is 69 (27.34% from 255 or 19.94% from 346); Green value is 128 (50.39% from 255 or 36.99% from 346); Blue value is 149 (58.59% from 255 or 43.06% from 346); Max value from RGB is 149 - color contains mainly: blue. Hex color #458095 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458095 is #BA7F6A. Grayscale: #707070. Windows color (decimal): -12222315 or 9797701. OLE color: 9797701.
HSL color Cylindrical-coordinate representation of color #458095: hue angle of 195.75º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #458095 is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 69 | 128 | 149 | - |
| CMYK | 0.54 | 0.14 | 0 | 0.42 |
| HSL | 195.75º | 0.37% | 0.43% | - |
| HSV(B) | 195.75º | 0.54% | 0.58% | - |
| XYZ | 15.6 | 18.87 | 31.25 | - |
| YUV | 112.75 | 148.45 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 128 | 149 | 0.54 | 0.14 | 0 | 0.42 | 195.75 | 0.37 | 0.43 |
| Hex | 45 | 80 | 95 | 36 | E | 0 | 2A | C4 | 25 | 2B |
| Octal | 105 | 200 | 225 | 66 | 16 | 0 | 52 | 304 | 45 | 53 |
| Binary | 1000101 | 10000000 | 10010101 | 110110 | 1110 | 0 | 101010 | 11000100 | 100101 | 101011 |
Color Harmonies of #458095
Complementary color
Monochromatic Colors of #458095
Black with #458095
Text Example
Text Example
White with #458095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458095; }
p { color: rgb(69,128,149); }
H1.HeaderClassName
{
color: #458095;
}
.AnyTagClassName
{
color: #458095;
}
</style>
background-color css
<style>
a { background-color: #458095; }
a { background-color: rgb(69,128,149); }
div.DivClassName
{
background-color: #458095;
}
.BgClassName
{
background-color: #458095;
}
</style>
border-color css
<style>
span { border-color: #458095; }
span { border-color: rgb(69,128,149); }
td.TdClassName
{
border-color: #458095;
}
.TagClassName
{
border-color: #458095;
}
</style>