Shades of Jelly Bean #447C93
Tints of Jelly Bean #447C93
RGB
CMYK
RGB Variations
Color information
#447C93 (or 0x447C93) is known color: Jelly Bean. HEX triplet: 44, 7C and 93. RGB value is (68,124,147). Sum of RGB (Red+Green+Blue) = 68+124+147=339 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.06% from 339); Green value is 124 (48.83% from 255 or 36.58% from 339); Blue value is 147 (57.81% from 255 or 43.36% from 339); Max value from RGB is 147 - color contains mainly: blue. Hex color #447C93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447C93 is #BB836C. Grayscale: #6D6D6D. Windows color (decimal): -12288877 or 9665604. OLE color: 9665604.
HSL color Cylindrical-coordinate representation of color #447C93: hue angle of 197.47º 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 #447C93 is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 124 | 147 | - |
| CMYK | 0.54 | 0.16 | 0 | 0.42 |
| HSL | 197.47º | 0.37% | 0.42% | - |
| HSV(B) | 197.47º | 0.54% | 0.58% | - |
| XYZ | 14.86 | 17.75 | 30.25 | - |
| YUV | 109.88 | 148.95 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 124 | 147 | 0.54 | 0.16 | 0 | 0.42 | 197.47 | 0.37 | 0.42 |
| Hex | 44 | 7C | 93 | 36 | 10 | 0 | 2A | C5 | 25 | 2A |
| Octal | 104 | 174 | 223 | 66 | 20 | 0 | 52 | 305 | 45 | 52 |
| Binary | 1000100 | 1111100 | 10010011 | 110110 | 10000 | 0 | 101010 | 11000101 | 100101 | 101010 |
Color Harmonies of #447C93
Complementary color
Monochromatic Colors of #447C93
Black with #447C93
Text Example
Text Example
White with #447C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447C93; }
p { color: rgb(68,124,147); }
H1.HeaderClassName
{
color: #447C93;
}
.AnyTagClassName
{
color: #447C93;
}
</style>
background-color css
<style>
a { background-color: #447C93; }
a { background-color: rgb(68,124,147); }
div.DivClassName
{
background-color: #447C93;
}
.BgClassName
{
background-color: #447C93;
}
</style>
border-color css
<style>
span { border-color: #447C93; }
span { border-color: rgb(68,124,147); }
td.TdClassName
{
border-color: #447C93;
}
.TagClassName
{
border-color: #447C93;
}
</style>