Shades of Paradiso #487F8A
Tints of Paradiso #487F8A
RGB
CMYK
RGB Variations
Color information
#487F8A (or 0x487F8A) is known color: Paradiso. HEX triplet: 48, 7F and 8A. RGB value is (72,127,138). Sum of RGB (Red+Green+Blue) = 72+127+138=337 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.36% from 337); Green value is 127 (50% from 255 or 37.69% from 337); Blue value is 138 (54.30% from 255 or 40.95% from 337); Max value from RGB is 138 - color contains mainly: blue. Hex color #487F8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487F8A is #B78075. Grayscale: #6F6F6F. Windows color (decimal): -12025974 or 9076552. OLE color: 9076552.
HSL color Cylindrical-coordinate representation of color #487F8A: hue angle of 190º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #487F8A is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 72 | 127 | 138 | - |
| CMYK | 0.48 | 0.08 | 0 | 0.46 |
| HSL | 190º | 0.31% | 0.41% | - |
| HSV(B) | 190º | 0.48% | 0.54% | - |
| XYZ | 14.85 | 18.39 | 26.81 | - |
| YUV | 111.81 | 142.78 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 127 | 138 | 0.48 | 0.08 | 0 | 0.46 | 190 | 0.31 | 0.41 |
| Hex | 48 | 7F | 8A | 30 | 8 | 0 | 2E | BE | 1F | 29 |
| Octal | 110 | 177 | 212 | 60 | 10 | 0 | 56 | 276 | 37 | 51 |
| Binary | 1001000 | 1111111 | 10001010 | 110000 | 1000 | 0 | 101110 | 10111110 | 11111 | 101001 |
Color Harmonies of #487F8A
Complementary color
Monochromatic Colors of #487F8A
Black with #487F8A
Text Example
Text Example
White with #487F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487F8A; }
p { color: rgb(72,127,138); }
H1.HeaderClassName
{
color: #487F8A;
}
.AnyTagClassName
{
color: #487F8A;
}
</style>
background-color css
<style>
a { background-color: #487F8A; }
a { background-color: rgb(72,127,138); }
div.DivClassName
{
background-color: #487F8A;
}
.BgClassName
{
background-color: #487F8A;
}
</style>
border-color css
<style>
span { border-color: #487F8A; }
span { border-color: rgb(72,127,138); }
td.TdClassName
{
border-color: #487F8A;
}
.TagClassName
{
border-color: #487F8A;
}
</style>