Shades of Jelly Bean #45798F
Tints of Jelly Bean #45798F
RGB
CMYK
RGB Variations
Color information
#45798F (or 0x45798F) is known color: Jelly Bean. HEX triplet: 45, 79 and 8F. RGB value is (69,121,143). Sum of RGB (Red+Green+Blue) = 69+121+143=333 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.72% from 333); Green value is 121 (47.66% from 255 or 36.34% from 333); Blue value is 143 (56.25% from 255 or 42.94% from 333); Max value from RGB is 143 - color contains mainly: blue. Hex color #45798F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45798F is #BA8670. Grayscale: #6B6B6B. Windows color (decimal): -12224113 or 9402693. OLE color: 9402693.
HSL color Cylindrical-coordinate representation of color #45798F: hue angle of 197.84º 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 #45798F is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 69 | 121 | 143 | - |
| CMYK | 0.52 | 0.15 | 0 | 0.44 |
| HSL | 197.84º | 0.35% | 0.42% | - |
| HSV(B) | 197.84º | 0.52% | 0.56% | - |
| XYZ | 14.25 | 16.92 | 28.5 | - |
| YUV | 107.96 | 147.77 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 121 | 143 | 0.52 | 0.15 | 0 | 0.44 | 197.84 | 0.35 | 0.42 |
| Hex | 45 | 79 | 8F | 34 | F | 0 | 2C | C6 | 23 | 2A |
| Octal | 105 | 171 | 217 | 64 | 17 | 0 | 54 | 306 | 43 | 52 |
| Binary | 1000101 | 1111001 | 10001111 | 110100 | 1111 | 0 | 101100 | 11000110 | 100011 | 101010 |
Color Harmonies of #45798F
Complementary color
Monochromatic Colors of #45798F
Black with #45798F
Text Example
Text Example
White with #45798F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45798F; }
p { color: rgb(69,121,143); }
H1.HeaderClassName
{
color: #45798F;
}
.AnyTagClassName
{
color: #45798F;
}
</style>
background-color css
<style>
a { background-color: #45798F; }
a { background-color: rgb(69,121,143); }
div.DivClassName
{
background-color: #45798F;
}
.BgClassName
{
background-color: #45798F;
}
</style>
border-color css
<style>
span { border-color: #45798F; }
span { border-color: rgb(69,121,143); }
td.TdClassName
{
border-color: #45798F;
}
.TagClassName
{
border-color: #45798F;
}
</style>