Shades of Jelly Bean #45748F
Tints of Jelly Bean #45748F
RGB
CMYK
RGB Variations
Color information
#45748F (or 0x45748F) is known color: Jelly Bean. HEX triplet: 45, 74 and 8F. RGB value is (69,116,143). Sum of RGB (Red+Green+Blue) = 69+116+143=328 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.04% from 328); Green value is 116 (45.70% from 255 or 35.37% from 328); Blue value is 143 (56.25% from 255 or 43.60% from 328); Max value from RGB is 143 - color contains mainly: blue. Hex color #45748F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45748F is #BA8B70. Grayscale: #686868. Windows color (decimal): -12225393 or 9401413. OLE color: 9401413.
HSL color Cylindrical-coordinate representation of color #45748F: hue angle of 201.89º 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 #45748F is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 69 | 116 | 143 | - |
| CMYK | 0.52 | 0.19 | 0 | 0.44 |
| HSL | 201.89º | 0.35% | 0.42% | - |
| HSV(B) | 201.89º | 0.52% | 0.56% | - |
| XYZ | 13.66 | 15.74 | 28.3 | - |
| YUV | 105.03 | 149.43 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 116 | 143 | 0.52 | 0.19 | 0 | 0.44 | 201.89 | 0.35 | 0.42 |
| Hex | 45 | 74 | 8F | 34 | 13 | 0 | 2C | CA | 23 | 2A |
| Octal | 105 | 164 | 217 | 64 | 23 | 0 | 54 | 312 | 43 | 52 |
| Binary | 1000101 | 1110100 | 10001111 | 110100 | 10011 | 0 | 101100 | 11001010 | 100011 | 101010 |
Color Harmonies of #45748F
Complementary color
Monochromatic Colors of #45748F
Black with #45748F
Text Example
Text Example
White with #45748F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45748F; }
p { color: rgb(69,116,143); }
H1.HeaderClassName
{
color: #45748F;
}
.AnyTagClassName
{
color: #45748F;
}
</style>
background-color css
<style>
a { background-color: #45748F; }
a { background-color: rgb(69,116,143); }
div.DivClassName
{
background-color: #45748F;
}
.BgClassName
{
background-color: #45748F;
}
</style>
border-color css
<style>
span { border-color: #45748F; }
span { border-color: rgb(69,116,143); }
td.TdClassName
{
border-color: #45748F;
}
.TagClassName
{
border-color: #45748F;
}
</style>