Shades of Paradiso #448489
Tints of Paradiso #448489
RGB
CMYK
RGB Variations
Color information
#448489 (or 0x448489) is known color: Paradiso. HEX triplet: 44, 84 and 89. RGB value is (68,132,137). Sum of RGB (Red+Green+Blue) = 68+132+137=337 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.18% from 337); Green value is 132 (51.95% from 255 or 39.17% from 337); Blue value is 137 (53.91% from 255 or 40.65% from 337); Max value from RGB is 137 - color contains mainly: blue. Hex color #448489 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448489 is #BB7B76. Grayscale: #717171. Windows color (decimal): -12286839 or 9012292. OLE color: 9012292.
HSL color Cylindrical-coordinate representation of color #448489: hue angle of 184.35º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #448489 is Cyan = 0.50, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 68 | 132 | 137 | - |
| CMYK | 0.50 | 0.04 | 0 | 0.46 |
| HSL | 184.35º | 0.34% | 0.4% | - |
| HSV(B) | 184.35º | 0.5% | 0.54% | - |
| XYZ | 15.15 | 19.54 | 26.64 | - |
| YUV | 113.43 | 141.3 | 95.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 132 | 137 | 0.50 | 0.04 | 0 | 0.46 | 184.35 | 0.34 | 0.4 |
| Hex | 44 | 84 | 89 | 32 | 4 | 0 | 2E | B8 | 22 | 28 |
| Octal | 104 | 204 | 211 | 62 | 4 | 0 | 56 | 270 | 42 | 50 |
| Binary | 1000100 | 10000100 | 10001001 | 110010 | 100 | 0 | 101110 | 10111000 | 100010 | 101000 |
Color Harmonies of #448489
Complementary color
Monochromatic Colors of #448489
Black with #448489
Text Example
Text Example
White with #448489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448489; }
p { color: rgb(68,132,137); }
H1.HeaderClassName
{
color: #448489;
}
.AnyTagClassName
{
color: #448489;
}
</style>
background-color css
<style>
a { background-color: #448489; }
a { background-color: rgb(68,132,137); }
div.DivClassName
{
background-color: #448489;
}
.BgClassName
{
background-color: #448489;
}
</style>
border-color css
<style>
span { border-color: #448489; }
span { border-color: rgb(68,132,137); }
td.TdClassName
{
border-color: #448489;
}
.TagClassName
{
border-color: #448489;
}
</style>