Shades of Jelly Bean #447C91
Tints of Jelly Bean #447C91
RGB
CMYK
RGB Variations
Color information
#447C91 (or 0x447C91) is known color: Jelly Bean. HEX triplet: 44, 7C and 91. RGB value is (68,124,145). Sum of RGB (Red+Green+Blue) = 68+124+145=337 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.18% from 337); Green value is 124 (48.83% from 255 or 36.80% from 337); Blue value is 145 (57.03% from 255 or 43.03% from 337); Max value from RGB is 145 - color contains mainly: blue. Hex color #447C91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447C91 is #BB836E. Grayscale: #6D6D6D. Windows color (decimal): -12288879 or 9534532. OLE color: 9534532.
HSL color Cylindrical-coordinate representation of color #447C91: hue angle of 196.36º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #447C91 is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 68 | 124 | 145 | - |
| CMYK | 0.53 | 0.14 | 0 | 0.43 |
| HSL | 196.36º | 0.36% | 0.42% | - |
| HSV(B) | 196.36º | 0.53% | 0.57% | - |
| XYZ | 14.7 | 17.69 | 29.43 | - |
| YUV | 109.65 | 147.95 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 124 | 145 | 0.53 | 0.14 | 0 | 0.43 | 196.36 | 0.36 | 0.42 |
| Hex | 44 | 7C | 91 | 35 | E | 0 | 2B | C4 | 24 | 2A |
| Octal | 104 | 174 | 221 | 65 | 16 | 0 | 53 | 304 | 44 | 52 |
| Binary | 1000100 | 1111100 | 10010001 | 110101 | 1110 | 0 | 101011 | 11000100 | 100100 | 101010 |
Color Harmonies of #447C91
Complementary color
Monochromatic Colors of #447C91
Black with #447C91
Text Example
Text Example
White with #447C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447C91; }
p { color: rgb(68,124,145); }
H1.HeaderClassName
{
color: #447C91;
}
.AnyTagClassName
{
color: #447C91;
}
</style>
background-color css
<style>
a { background-color: #447C91; }
a { background-color: rgb(68,124,145); }
div.DivClassName
{
background-color: #447C91;
}
.BgClassName
{
background-color: #447C91;
}
</style>
border-color css
<style>
span { border-color: #447C91; }
span { border-color: rgb(68,124,145); }
td.TdClassName
{
border-color: #447C91;
}
.TagClassName
{
border-color: #447C91;
}
</style>