Shades of Jelly Bean #447694
Tints of Jelly Bean #447694
RGB
CMYK
RGB Variations
Color information
#447694 (or 0x447694) is known color: Jelly Bean. HEX triplet: 44, 76 and 94. RGB value is (68,118,148). Sum of RGB (Red+Green+Blue) = 68+118+148=334 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.36% from 334); Green value is 118 (46.48% from 255 or 35.33% from 334); Blue value is 148 (58.20% from 255 or 44.31% from 334); Max value from RGB is 148 - color contains mainly: blue. Hex color #447694 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447694 is #BB896B. Grayscale: #6A6A6A. Windows color (decimal): -12290412 or 9729604. OLE color: 9729604.
HSL color Cylindrical-coordinate representation of color #447694: hue angle of 202.5º 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 #447694 is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 118 | 148 | - |
| CMYK | 0.54 | 0.20 | 0 | 0.42 |
| HSL | 202.5º | 0.37% | 0.42% | - |
| HSV(B) | 202.5º | 0.54% | 0.58% | - |
| XYZ | 14.21 | 16.32 | 30.42 | - |
| YUV | 106.47 | 151.44 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 118 | 148 | 0.54 | 0.20 | 0 | 0.42 | 202.5 | 0.37 | 0.42 |
| Hex | 44 | 76 | 94 | 36 | 14 | 0 | 2A | CA | 25 | 2A |
| Octal | 104 | 166 | 224 | 66 | 24 | 0 | 52 | 312 | 45 | 52 |
| Binary | 1000100 | 1110110 | 10010100 | 110110 | 10100 | 0 | 101010 | 11001010 | 100101 | 101010 |
Color Harmonies of #447694
Complementary color
Monochromatic Colors of #447694
Black with #447694
Text Example
Text Example
White with #447694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447694; }
p { color: rgb(68,118,148); }
H1.HeaderClassName
{
color: #447694;
}
.AnyTagClassName
{
color: #447694;
}
</style>
background-color css
<style>
a { background-color: #447694; }
a { background-color: rgb(68,118,148); }
div.DivClassName
{
background-color: #447694;
}
.BgClassName
{
background-color: #447694;
}
</style>
border-color css
<style>
span { border-color: #447694; }
span { border-color: rgb(68,118,148); }
td.TdClassName
{
border-color: #447694;
}
.TagClassName
{
border-color: #447694;
}
</style>