Shades of Jelly Bean #447B8A
Tints of Jelly Bean #447B8A
RGB
CMYK
RGB Variations
Color information
#447B8A (or 0x447B8A) is known color: Jelly Bean. HEX triplet: 44, 7B and 8A. RGB value is (68,123,138). Sum of RGB (Red+Green+Blue) = 68+123+138=329 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.67% from 329); Green value is 123 (48.44% from 255 or 37.39% from 329); Blue value is 138 (54.30% from 255 or 41.95% from 329); Max value from RGB is 138 - color contains mainly: blue. Hex color #447B8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447B8A is #BB8475. Grayscale: #6C6C6C. Windows color (decimal): -12289142 or 9075524. OLE color: 9075524.
HSL color Cylindrical-coordinate representation of color #447B8A: hue angle of 192.86º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #447B8A is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 68 | 123 | 138 | - |
| CMYK | 0.51 | 0.11 | 0 | 0.46 |
| HSL | 192.86º | 0.34% | 0.4% | - |
| HSV(B) | 192.86º | 0.51% | 0.54% | - |
| XYZ | 14.05 | 17.23 | 26.63 | - |
| YUV | 108.27 | 144.78 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 123 | 138 | 0.51 | 0.11 | 0 | 0.46 | 192.86 | 0.34 | 0.4 |
| Hex | 44 | 7B | 8A | 33 | B | 0 | 2E | C1 | 22 | 28 |
| Octal | 104 | 173 | 212 | 63 | 13 | 0 | 56 | 301 | 42 | 50 |
| Binary | 1000100 | 1111011 | 10001010 | 110011 | 1011 | 0 | 101110 | 11000001 | 100010 | 101000 |
Color Harmonies of #447B8A
Complementary color
Monochromatic Colors of #447B8A
Black with #447B8A
Text Example
Text Example
White with #447B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447B8A; }
p { color: rgb(68,123,138); }
H1.HeaderClassName
{
color: #447B8A;
}
.AnyTagClassName
{
color: #447B8A;
}
</style>
background-color css
<style>
a { background-color: #447B8A; }
a { background-color: rgb(68,123,138); }
div.DivClassName
{
background-color: #447B8A;
}
.BgClassName
{
background-color: #447B8A;
}
</style>
border-color css
<style>
span { border-color: #447B8A; }
span { border-color: rgb(68,123,138); }
td.TdClassName
{
border-color: #447B8A;
}
.TagClassName
{
border-color: #447B8A;
}
</style>