Shades of Jelly Bean #447F93
Tints of Jelly Bean #447F93
RGB
CMYK
RGB Variations
Color information
#447F93 (or 0x447F93) is known color: Jelly Bean. HEX triplet: 44, 7F and 93. RGB value is (68,127,147). Sum of RGB (Red+Green+Blue) = 68+127+147=342 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.88% from 342); Green value is 127 (50% from 255 or 37.13% from 342); Blue value is 147 (57.81% from 255 or 42.98% from 342); Max value from RGB is 147 - color contains mainly: blue. Hex color #447F93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447F93 is #BB806C. Grayscale: #6F6F6F. Windows color (decimal): -12288109 or 9666372. OLE color: 9666372.
HSL color Cylindrical-coordinate representation of color #447F93: hue angle of 195.19º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #447F93 is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 127 | 147 | - |
| CMYK | 0.54 | 0.14 | 0 | 0.42 |
| HSL | 195.19º | 0.37% | 0.42% | - |
| HSV(B) | 195.19º | 0.54% | 0.58% | - |
| XYZ | 15.24 | 18.51 | 30.37 | - |
| YUV | 111.64 | 147.95 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 127 | 147 | 0.54 | 0.14 | 0 | 0.42 | 195.19 | 0.37 | 0.42 |
| Hex | 44 | 7F | 93 | 36 | E | 0 | 2A | C3 | 25 | 2A |
| Octal | 104 | 177 | 223 | 66 | 16 | 0 | 52 | 303 | 45 | 52 |
| Binary | 1000100 | 1111111 | 10010011 | 110110 | 1110 | 0 | 101010 | 11000011 | 100101 | 101010 |
Color Harmonies of #447F93
Complementary color
Monochromatic Colors of #447F93
Black with #447F93
Text Example
Text Example
White with #447F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447F93; }
p { color: rgb(68,127,147); }
H1.HeaderClassName
{
color: #447F93;
}
.AnyTagClassName
{
color: #447F93;
}
</style>
background-color css
<style>
a { background-color: #447F93; }
a { background-color: rgb(68,127,147); }
div.DivClassName
{
background-color: #447F93;
}
.BgClassName
{
background-color: #447F93;
}
</style>
border-color css
<style>
span { border-color: #447F93; }
span { border-color: rgb(68,127,147); }
td.TdClassName
{
border-color: #447F93;
}
.TagClassName
{
border-color: #447F93;
}
</style>