Shades of Jelly Bean #45808F
Tints of Jelly Bean #45808F
RGB
CMYK
RGB Variations
Color information
#45808F (or 0x45808F) is known color: Jelly Bean. HEX triplet: 45, 80 and 8F. RGB value is (69,128,143). Sum of RGB (Red+Green+Blue) = 69+128+143=340 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.29% from 340); Green value is 128 (50.39% from 255 or 37.65% from 340); Blue value is 143 (56.25% from 255 or 42.06% from 340); Max value from RGB is 143 - color contains mainly: blue. Hex color #45808F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45808F is #BA7F70. Grayscale: #6F6F6F. Windows color (decimal): -12222321 or 9404485. OLE color: 9404485.
HSL color Cylindrical-coordinate representation of color #45808F: hue angle of 192.16º 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 #45808F is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 69 | 128 | 143 | - |
| CMYK | 0.52 | 0.10 | 0 | 0.44 |
| HSL | 192.16º | 0.35% | 0.42% | - |
| HSV(B) | 192.16º | 0.52% | 0.56% | - |
| XYZ | 15.13 | 18.69 | 28.8 | - |
| YUV | 112.07 | 145.45 | 97.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 128 | 143 | 0.52 | 0.10 | 0 | 0.44 | 192.16 | 0.35 | 0.42 |
| Hex | 45 | 80 | 8F | 34 | A | 0 | 2C | C0 | 23 | 2A |
| Octal | 105 | 200 | 217 | 64 | 12 | 0 | 54 | 300 | 43 | 52 |
| Binary | 1000101 | 10000000 | 10001111 | 110100 | 1010 | 0 | 101100 | 11000000 | 100011 | 101010 |
Color Harmonies of #45808F
Complementary color
Monochromatic Colors of #45808F
Black with #45808F
Text Example
Text Example
White with #45808F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45808F; }
p { color: rgb(69,128,143); }
H1.HeaderClassName
{
color: #45808F;
}
.AnyTagClassName
{
color: #45808F;
}
</style>
background-color css
<style>
a { background-color: #45808F; }
a { background-color: rgb(69,128,143); }
div.DivClassName
{
background-color: #45808F;
}
.BgClassName
{
background-color: #45808F;
}
</style>
border-color css
<style>
span { border-color: #45808F; }
span { border-color: rgb(69,128,143); }
td.TdClassName
{
border-color: #45808F;
}
.TagClassName
{
border-color: #45808F;
}
</style>