Shades of Paradiso #498184
Tints of Paradiso #498184
RGB
CMYK
RGB Variations
Color information
#498184 (or 0x498184) is known color: Paradiso. HEX triplet: 49, 81 and 84. RGB value is (73,129,132). Sum of RGB (Red+Green+Blue) = 73+129+132=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 129 (50.78% from 255 or 38.62% from 334); Blue value is 132 (51.95% from 255 or 39.52% from 334); Max value from RGB is 132 - color contains mainly: blue. Hex color #498184 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498184 is #B67E7B. Grayscale: #707070. Windows color (decimal): -11959932 or 8683849. OLE color: 8683849.
HSL color Cylindrical-coordinate representation of color #498184: hue angle of 183.05º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #498184 is Cyan = 0.45, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 73 | 129 | 132 | - |
| CMYK | 0.45 | 0.02 | 0 | 0.48 |
| HSL | 183.05º | 0.29% | 0.4% | - |
| HSV(B) | 183.05º | 0.45% | 0.52% | - |
| XYZ | 14.76 | 18.78 | 24.68 | - |
| YUV | 112.6 | 138.95 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 129 | 132 | 0.45 | 0.02 | 0 | 0.48 | 183.05 | 0.29 | 0.4 |
| Hex | 49 | 81 | 84 | 2D | 2 | 0 | 30 | B7 | 1D | 28 |
| Octal | 111 | 201 | 204 | 55 | 2 | 0 | 60 | 267 | 35 | 50 |
| Binary | 1001001 | 10000001 | 10000100 | 101101 | 10 | 0 | 110000 | 10110111 | 11101 | 101000 |
Color Harmonies of #498184
Complementary color
Monochromatic Colors of #498184
Black with #498184
Text Example
Text Example
White with #498184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498184; }
p { color: rgb(73,129,132); }
H1.HeaderClassName
{
color: #498184;
}
.AnyTagClassName
{
color: #498184;
}
</style>
background-color css
<style>
a { background-color: #498184; }
a { background-color: rgb(73,129,132); }
div.DivClassName
{
background-color: #498184;
}
.BgClassName
{
background-color: #498184;
}
</style>
border-color css
<style>
span { border-color: #498184; }
span { border-color: rgb(73,129,132); }
td.TdClassName
{
border-color: #498184;
}
.TagClassName
{
border-color: #498184;
}
</style>