Shades of Jelly Bean #447799
Tints of Jelly Bean #447799
RGB
CMYK
RGB Variations
Color information
#447799 (or 0x447799) is known color: Jelly Bean. HEX triplet: 44, 77 and 99. RGB value is (68,119,153). Sum of RGB (Red+Green+Blue) = 68+119+153=340 (45% of max value = 765). Red value is 68 (26.95% from 255 or 20% from 340); Green value is 119 (46.88% from 255 or 35% from 340); Blue value is 153 (60.16% from 255 or 45% from 340); Max value from RGB is 153 - color contains mainly: blue. Hex color #447799 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447799 is #BB8866. Grayscale: #6B6B6B. Windows color (decimal): -12290151 or 10057540. OLE color: 10057540.
HSL color Cylindrical-coordinate representation of color #447799: hue angle of 204º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #447799 is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 68 | 119 | 153 | - |
| CMYK | 0.56 | 0.22 | 0 | 0.4 |
| HSL | 204º | 0.38% | 0.43% | - |
| HSV(B) | 204º | 0.56% | 0.6% | - |
| XYZ | 14.73 | 16.72 | 32.59 | - |
| YUV | 107.63 | 153.6 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 119 | 153 | 0.56 | 0.22 | 0 | 0.4 | 204 | 0.38 | 0.43 |
| Hex | 44 | 77 | 99 | 38 | 16 | 0 | 28 | CC | 26 | 2B |
| Octal | 104 | 167 | 231 | 70 | 26 | 0 | 50 | 314 | 46 | 53 |
| Binary | 1000100 | 1110111 | 10011001 | 111000 | 10110 | 0 | 101000 | 11001100 | 100110 | 101011 |
Color Harmonies of #447799
Complementary color
Monochromatic Colors of #447799
Black with #447799
Text Example
Text Example
White with #447799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447799; }
p { color: rgb(68,119,153); }
H1.HeaderClassName
{
color: #447799;
}
.AnyTagClassName
{
color: #447799;
}
</style>
background-color css
<style>
a { background-color: #447799; }
a { background-color: rgb(68,119,153); }
div.DivClassName
{
background-color: #447799;
}
.BgClassName
{
background-color: #447799;
}
</style>
border-color css
<style>
span { border-color: #447799; }
span { border-color: rgb(68,119,153); }
td.TdClassName
{
border-color: #447799;
}
.TagClassName
{
border-color: #447799;
}
</style>