Shades of Jelly Bean #448094
Tints of Jelly Bean #448094
RGB
CMYK
RGB Variations
Color information
#448094 (or 0x448094) is known color: Jelly Bean. HEX triplet: 44, 80 and 94. RGB value is (68,128,148). Sum of RGB (Red+Green+Blue) = 68+128+148=344 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.77% from 344); Green value is 128 (50.39% from 255 or 37.21% from 344); Blue value is 148 (58.20% from 255 or 43.02% from 344); Max value from RGB is 148 - color contains mainly: blue. Hex color #448094 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448094 is #BB7F6B. Grayscale: #707070. Windows color (decimal): -12287852 or 9732164. OLE color: 9732164.
HSL color Cylindrical-coordinate representation of color #448094: hue angle of 195º 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 #448094 is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 128 | 148 | - |
| CMYK | 0.54 | 0.14 | 0 | 0.42 |
| HSL | 195º | 0.37% | 0.42% | - |
| HSV(B) | 195º | 0.54% | 0.58% | - |
| XYZ | 15.45 | 18.81 | 30.83 | - |
| YUV | 112.34 | 148.12 | 96.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 128 | 148 | 0.54 | 0.14 | 0 | 0.42 | 195 | 0.37 | 0.42 |
| Hex | 44 | 80 | 94 | 36 | E | 0 | 2A | C3 | 25 | 2A |
| Octal | 104 | 200 | 224 | 66 | 16 | 0 | 52 | 303 | 45 | 52 |
| Binary | 1000100 | 10000000 | 10010100 | 110110 | 1110 | 0 | 101010 | 11000011 | 100101 | 101010 |
Color Harmonies of #448094
Complementary color
Monochromatic Colors of #448094
Black with #448094
Text Example
Text Example
White with #448094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448094; }
p { color: rgb(68,128,148); }
H1.HeaderClassName
{
color: #448094;
}
.AnyTagClassName
{
color: #448094;
}
</style>
background-color css
<style>
a { background-color: #448094; }
a { background-color: rgb(68,128,148); }
div.DivClassName
{
background-color: #448094;
}
.BgClassName
{
background-color: #448094;
}
</style>
border-color css
<style>
span { border-color: #448094; }
span { border-color: rgb(68,128,148); }
td.TdClassName
{
border-color: #448094;
}
.TagClassName
{
border-color: #448094;
}
</style>