Shades of Paradiso #487A83
Tints of Paradiso #487A83
RGB
CMYK
RGB Variations
Color information
#487A83 (or 0x487A83) is known color: Paradiso. HEX triplet: 48, 7A and 83. RGB value is (72,122,131). Sum of RGB (Red+Green+Blue) = 72+122+131=325 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.15% from 325); Green value is 122 (48.05% from 255 or 37.54% from 325); Blue value is 131 (51.56% from 255 or 40.31% from 325); Max value from RGB is 131 - color contains mainly: blue. Hex color #487A83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487A83 is #B7857C. Grayscale: #6B6B6B. Windows color (decimal): -12027261 or 8616520. OLE color: 8616520.
HSL color Cylindrical-coordinate representation of color #487A83: hue angle of 189.15º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #487A83 is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 72 | 122 | 131 | - |
| CMYK | 0.45 | 0.07 | 0 | 0.49 |
| HSL | 189.15º | 0.29% | 0.4% | - |
| HSV(B) | 189.15º | 0.45% | 0.51% | - |
| XYZ | 13.73 | 16.94 | 24.02 | - |
| YUV | 108.08 | 140.94 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 122 | 131 | 0.45 | 0.07 | 0 | 0.49 | 189.15 | 0.29 | 0.4 |
| Hex | 48 | 7A | 83 | 2D | 7 | 0 | 31 | BD | 1D | 28 |
| Octal | 110 | 172 | 203 | 55 | 7 | 0 | 61 | 275 | 35 | 50 |
| Binary | 1001000 | 1111010 | 10000011 | 101101 | 111 | 0 | 110001 | 10111101 | 11101 | 101000 |
Color Harmonies of #487A83
Complementary color
Monochromatic Colors of #487A83
Black with #487A83
Text Example
Text Example
White with #487A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487A83; }
p { color: rgb(72,122,131); }
H1.HeaderClassName
{
color: #487A83;
}
.AnyTagClassName
{
color: #487A83;
}
</style>
background-color css
<style>
a { background-color: #487A83; }
a { background-color: rgb(72,122,131); }
div.DivClassName
{
background-color: #487A83;
}
.BgClassName
{
background-color: #487A83;
}
</style>
border-color css
<style>
span { border-color: #487A83; }
span { border-color: rgb(72,122,131); }
td.TdClassName
{
border-color: #487A83;
}
.TagClassName
{
border-color: #487A83;
}
</style>