Shades of Jelly Bean #447E8B
Tints of Jelly Bean #447E8B
RGB
CMYK
RGB Variations
Color information
#447E8B (or 0x447E8B) is known color: Jelly Bean. HEX triplet: 44, 7E and 8B. RGB value is (68,126,139). Sum of RGB (Red+Green+Blue) = 68+126+139=333 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.42% from 333); Green value is 126 (49.61% from 255 or 37.84% from 333); Blue value is 139 (54.69% from 255 or 41.74% from 333); Max value from RGB is 139 - color contains mainly: blue. Hex color #447E8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447E8B is #BB8174. Grayscale: #6E6E6E. Windows color (decimal): -12288373 or 9141828. OLE color: 9141828.
HSL color Cylindrical-coordinate representation of color #447E8B: hue angle of 190.99º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #447E8B is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 68 | 126 | 139 | - |
| CMYK | 0.51 | 0.09 | 0 | 0.45 |
| HSL | 190.99º | 0.34% | 0.41% | - |
| HSV(B) | 190.99º | 0.51% | 0.55% | - |
| XYZ | 14.5 | 18.01 | 27.14 | - |
| YUV | 110.14 | 144.28 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 126 | 139 | 0.51 | 0.09 | 0 | 0.45 | 190.99 | 0.34 | 0.41 |
| Hex | 44 | 7E | 8B | 33 | 9 | 0 | 2D | BF | 22 | 29 |
| Octal | 104 | 176 | 213 | 63 | 11 | 0 | 55 | 277 | 42 | 51 |
| Binary | 1000100 | 1111110 | 10001011 | 110011 | 1001 | 0 | 101101 | 10111111 | 100010 | 101001 |
Color Harmonies of #447E8B
Complementary color
Monochromatic Colors of #447E8B
Black with #447E8B
Text Example
Text Example
White with #447E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447E8B; }
p { color: rgb(68,126,139); }
H1.HeaderClassName
{
color: #447E8B;
}
.AnyTagClassName
{
color: #447E8B;
}
</style>
background-color css
<style>
a { background-color: #447E8B; }
a { background-color: rgb(68,126,139); }
div.DivClassName
{
background-color: #447E8B;
}
.BgClassName
{
background-color: #447E8B;
}
</style>
border-color css
<style>
span { border-color: #447E8B; }
span { border-color: rgb(68,126,139); }
td.TdClassName
{
border-color: #447E8B;
}
.TagClassName
{
border-color: #447E8B;
}
</style>