Shades of Paradiso #49868A
Tints of Paradiso #49868A
RGB
CMYK
RGB Variations
Color information
#49868A (or 0x49868A) is known color: Paradiso. HEX triplet: 49, 86 and 8A. RGB value is (73,134,138). Sum of RGB (Red+Green+Blue) = 73+134+138=345 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.16% from 345); Green value is 134 (52.73% from 255 or 38.84% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 138 - color contains mainly: blue. Hex color #49868A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49868A is #B67975. Grayscale: #747474. Windows color (decimal): -11958646 or 9078345. OLE color: 9078345.
HSL color Cylindrical-coordinate representation of color #49868A: hue angle of 183.69º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #49868A is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 73 | 134 | 138 | - |
| CMYK | 0.47 | 0.03 | 0 | 0.46 |
| HSL | 183.69º | 0.31% | 0.41% | - |
| HSV(B) | 183.69º | 0.47% | 0.54% | - |
| XYZ | 15.86 | 20.3 | 27.13 | - |
| YUV | 116.22 | 140.29 | 97.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 134 | 138 | 0.47 | 0.03 | 0 | 0.46 | 183.69 | 0.31 | 0.41 |
| Hex | 49 | 86 | 8A | 2F | 3 | 0 | 2E | B8 | 1F | 29 |
| Octal | 111 | 206 | 212 | 57 | 3 | 0 | 56 | 270 | 37 | 51 |
| Binary | 1001001 | 10000110 | 10001010 | 101111 | 11 | 0 | 101110 | 10111000 | 11111 | 101001 |
Color Harmonies of #49868A
Complementary color
Monochromatic Colors of #49868A
Black with #49868A
Text Example
Text Example
White with #49868A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49868A; }
p { color: rgb(73,134,138); }
H1.HeaderClassName
{
color: #49868A;
}
.AnyTagClassName
{
color: #49868A;
}
</style>
background-color css
<style>
a { background-color: #49868A; }
a { background-color: rgb(73,134,138); }
div.DivClassName
{
background-color: #49868A;
}
.BgClassName
{
background-color: #49868A;
}
</style>
border-color css
<style>
span { border-color: #49868A; }
span { border-color: rgb(73,134,138); }
td.TdClassName
{
border-color: #49868A;
}
.TagClassName
{
border-color: #49868A;
}
</style>