Shades of Jelly Bean #447594
Tints of Jelly Bean #447594
RGB
CMYK
RGB Variations
Color information
#447594 (or 0x447594) is known color: Jelly Bean. HEX triplet: 44, 75 and 94. RGB value is (68,117,148). Sum of RGB (Red+Green+Blue) = 68+117+148=333 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.42% from 333); Green value is 117 (46.09% from 255 or 35.14% from 333); Blue value is 148 (58.20% from 255 or 44.44% from 333); Max value from RGB is 148 - color contains mainly: blue. Hex color #447594 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447594 is #BB8A6B. Grayscale: #696969. Windows color (decimal): -12290668 or 9729348. OLE color: 9729348.
HSL color Cylindrical-coordinate representation of color #447594: hue angle of 203.25º 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 #447594 is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 117 | 148 | - |
| CMYK | 0.54 | 0.21 | 0 | 0.42 |
| HSL | 203.25º | 0.37% | 0.42% | - |
| HSV(B) | 203.25º | 0.54% | 0.58% | - |
| XYZ | 14.09 | 16.09 | 30.38 | - |
| YUV | 105.88 | 151.77 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 117 | 148 | 0.54 | 0.21 | 0 | 0.42 | 203.25 | 0.37 | 0.42 |
| Hex | 44 | 75 | 94 | 36 | 15 | 0 | 2A | CB | 25 | 2A |
| Octal | 104 | 165 | 224 | 66 | 25 | 0 | 52 | 313 | 45 | 52 |
| Binary | 1000100 | 1110101 | 10010100 | 110110 | 10101 | 0 | 101010 | 11001011 | 100101 | 101010 |
Color Harmonies of #447594
Complementary color
Monochromatic Colors of #447594
Black with #447594
Text Example
Text Example
White with #447594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447594; }
p { color: rgb(68,117,148); }
H1.HeaderClassName
{
color: #447594;
}
.AnyTagClassName
{
color: #447594;
}
</style>
background-color css
<style>
a { background-color: #447594; }
a { background-color: rgb(68,117,148); }
div.DivClassName
{
background-color: #447594;
}
.BgClassName
{
background-color: #447594;
}
</style>
border-color css
<style>
span { border-color: #447594; }
span { border-color: rgb(68,117,148); }
td.TdClassName
{
border-color: #447594;
}
.TagClassName
{
border-color: #447594;
}
</style>