Shades of Jelly Bean #447F8D
Tints of Jelly Bean #447F8D
RGB
CMYK
RGB Variations
Color information
#447F8D (or 0x447F8D) is known color: Jelly Bean. HEX triplet: 44, 7F and 8D. RGB value is (68,127,141). Sum of RGB (Red+Green+Blue) = 68+127+141=336 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.24% from 336); Green value is 127 (50% from 255 or 37.80% from 336); Blue value is 141 (55.47% from 255 or 41.96% from 336); Max value from RGB is 141 - color contains mainly: blue. Hex color #447F8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447F8D is #BB8072. Grayscale: #6E6E6E. Windows color (decimal): -12288115 or 9273156. OLE color: 9273156.
HSL color Cylindrical-coordinate representation of color #447F8D: hue angle of 191.51º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #447F8D is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 68 | 127 | 141 | - |
| CMYK | 0.52 | 0.10 | 0 | 0.45 |
| HSL | 191.51º | 0.35% | 0.41% | - |
| HSV(B) | 191.51º | 0.52% | 0.55% | - |
| XYZ | 14.78 | 18.33 | 27.96 | - |
| YUV | 110.96 | 144.95 | 97.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 127 | 141 | 0.52 | 0.10 | 0 | 0.45 | 191.51 | 0.35 | 0.41 |
| Hex | 44 | 7F | 8D | 34 | A | 0 | 2D | C0 | 23 | 29 |
| Octal | 104 | 177 | 215 | 64 | 12 | 0 | 55 | 300 | 43 | 51 |
| Binary | 1000100 | 1111111 | 10001101 | 110100 | 1010 | 0 | 101101 | 11000000 | 100011 | 101001 |
Color Harmonies of #447F8D
Complementary color
Monochromatic Colors of #447F8D
Black with #447F8D
Text Example
Text Example
White with #447F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447F8D; }
p { color: rgb(68,127,141); }
H1.HeaderClassName
{
color: #447F8D;
}
.AnyTagClassName
{
color: #447F8D;
}
</style>
background-color css
<style>
a { background-color: #447F8D; }
a { background-color: rgb(68,127,141); }
div.DivClassName
{
background-color: #447F8D;
}
.BgClassName
{
background-color: #447F8D;
}
</style>
border-color css
<style>
span { border-color: #447F8D; }
span { border-color: rgb(68,127,141); }
td.TdClassName
{
border-color: #447F8D;
}
.TagClassName
{
border-color: #447F8D;
}
</style>