Shades of Jelly Bean #447396
Tints of Jelly Bean #447396
RGB
CMYK
RGB Variations
Color information
#447396 (or 0x447396) is known color: Jelly Bean. HEX triplet: 44, 73 and 96. RGB value is (68,115,150). Sum of RGB (Red+Green+Blue) = 68+115+150=333 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.42% from 333); Green value is 115 (45.31% from 255 or 34.53% from 333); Blue value is 150 (58.98% from 255 or 45.05% from 333); Max value from RGB is 150 - color contains mainly: blue. Hex color #447396 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447396 is #BB8C69. Grayscale: #686868. Windows color (decimal): -12291178 or 9859908. OLE color: 9859908.
HSL color Cylindrical-coordinate representation of color #447396: hue angle of 205.61º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #447396 is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 68 | 115 | 150 | - |
| CMYK | 0.55 | 0.23 | 0 | 0.41 |
| HSL | 205.61º | 0.38% | 0.43% | - |
| HSV(B) | 205.61º | 0.55% | 0.59% | - |
| XYZ | 14.02 | 15.69 | 31.14 | - |
| YUV | 104.94 | 153.43 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 115 | 150 | 0.55 | 0.23 | 0 | 0.41 | 205.61 | 0.38 | 0.43 |
| Hex | 44 | 73 | 96 | 37 | 17 | 0 | 29 | CE | 26 | 2B |
| Octal | 104 | 163 | 226 | 67 | 27 | 0 | 51 | 316 | 46 | 53 |
| Binary | 1000100 | 1110011 | 10010110 | 110111 | 10111 | 0 | 101001 | 11001110 | 100110 | 101011 |
Color Harmonies of #447396
Complementary color
Monochromatic Colors of #447396
Black with #447396
Text Example
Text Example
White with #447396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447396; }
p { color: rgb(68,115,150); }
H1.HeaderClassName
{
color: #447396;
}
.AnyTagClassName
{
color: #447396;
}
</style>
background-color css
<style>
a { background-color: #447396; }
a { background-color: rgb(68,115,150); }
div.DivClassName
{
background-color: #447396;
}
.BgClassName
{
background-color: #447396;
}
</style>
border-color css
<style>
span { border-color: #447396; }
span { border-color: rgb(68,115,150); }
td.TdClassName
{
border-color: #447396;
}
.TagClassName
{
border-color: #447396;
}
</style>