Shades of Jelly Bean #447D93
Tints of Jelly Bean #447D93
RGB
CMYK
RGB Variations
Color information
#447D93 (or 0x447D93) is known color: Jelly Bean. HEX triplet: 44, 7D and 93. RGB value is (68,125,147). Sum of RGB (Red+Green+Blue) = 68+125+147=340 (45% of max value = 765). Red value is 68 (26.95% from 255 or 20% from 340); Green value is 125 (49.22% from 255 or 36.76% from 340); Blue value is 147 (57.81% from 255 or 43.24% from 340); Max value from RGB is 147 - color contains mainly: blue. Hex color #447D93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447D93 is #BB826C. Grayscale: #6E6E6E. Windows color (decimal): -12288621 or 9665860. OLE color: 9665860.
HSL color Cylindrical-coordinate representation of color #447D93: hue angle of 196.71º 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 #447D93 is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 125 | 147 | - |
| CMYK | 0.54 | 0.15 | 0 | 0.42 |
| HSL | 196.71º | 0.37% | 0.42% | - |
| HSV(B) | 196.71º | 0.54% | 0.58% | - |
| XYZ | 14.98 | 18 | 30.29 | - |
| YUV | 110.47 | 148.62 | 97.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 125 | 147 | 0.54 | 0.15 | 0 | 0.42 | 196.71 | 0.37 | 0.42 |
| Hex | 44 | 7D | 93 | 36 | F | 0 | 2A | C5 | 25 | 2A |
| Octal | 104 | 175 | 223 | 66 | 17 | 0 | 52 | 305 | 45 | 52 |
| Binary | 1000100 | 1111101 | 10010011 | 110110 | 1111 | 0 | 101010 | 11000101 | 100101 | 101010 |
Color Harmonies of #447D93
Complementary color
Monochromatic Colors of #447D93
Black with #447D93
Text Example
Text Example
White with #447D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447D93; }
p { color: rgb(68,125,147); }
H1.HeaderClassName
{
color: #447D93;
}
.AnyTagClassName
{
color: #447D93;
}
</style>
background-color css
<style>
a { background-color: #447D93; }
a { background-color: rgb(68,125,147); }
div.DivClassName
{
background-color: #447D93;
}
.BgClassName
{
background-color: #447D93;
}
</style>
border-color css
<style>
span { border-color: #447D93; }
span { border-color: rgb(68,125,147); }
td.TdClassName
{
border-color: #447D93;
}
.TagClassName
{
border-color: #447D93;
}
</style>