Shades of Jelly Bean #447A95
Tints of Jelly Bean #447A95
RGB
CMYK
RGB Variations
Color information
#447A95 (or 0x447A95) is known color: Jelly Bean. HEX triplet: 44, 7A and 95. RGB value is (68,122,149). Sum of RGB (Red+Green+Blue) = 68+122+149=339 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.06% from 339); Green value is 122 (48.05% from 255 or 35.99% from 339); Blue value is 149 (58.59% from 255 or 43.95% from 339); Max value from RGB is 149 - color contains mainly: blue. Hex color #447A95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447A95 is #BB856A. Grayscale: #6C6C6C. Windows color (decimal): -12289387 or 9796164. OLE color: 9796164.
HSL color Cylindrical-coordinate representation of color #447A95: hue angle of 200º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #447A95 is Cyan = 0.54, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 122 | 149 | - |
| CMYK | 0.54 | 0.18 | 0 | 0.42 |
| HSL | 200º | 0.37% | 0.43% | - |
| HSV(B) | 200º | 0.54% | 0.58% | - |
| XYZ | 14.77 | 17.32 | 31 | - |
| YUV | 108.93 | 150.61 | 98.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 122 | 149 | 0.54 | 0.18 | 0 | 0.42 | 200 | 0.37 | 0.43 |
| Hex | 44 | 7A | 95 | 36 | 12 | 0 | 2A | C8 | 25 | 2B |
| Octal | 104 | 172 | 225 | 66 | 22 | 0 | 52 | 310 | 45 | 53 |
| Binary | 1000100 | 1111010 | 10010101 | 110110 | 10010 | 0 | 101010 | 11001000 | 100101 | 101011 |
Color Harmonies of #447A95
Complementary color
Monochromatic Colors of #447A95
Black with #447A95
Text Example
Text Example
White with #447A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447A95; }
p { color: rgb(68,122,149); }
H1.HeaderClassName
{
color: #447A95;
}
.AnyTagClassName
{
color: #447A95;
}
</style>
background-color css
<style>
a { background-color: #447A95; }
a { background-color: rgb(68,122,149); }
div.DivClassName
{
background-color: #447A95;
}
.BgClassName
{
background-color: #447A95;
}
</style>
border-color css
<style>
span { border-color: #447A95; }
span { border-color: rgb(68,122,149); }
td.TdClassName
{
border-color: #447A95;
}
.TagClassName
{
border-color: #447A95;
}
</style>