Shades of Paradiso #487A7D
Tints of Paradiso #487A7D
RGB
CMYK
RGB Variations
Color information
#487A7D (or 0x487A7D) is known color: Paradiso. HEX triplet: 48, 7A and 7D. RGB value is (72,122,125). Sum of RGB (Red+Green+Blue) = 72+122+125=319 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.57% from 319); Green value is 122 (48.05% from 255 or 38.24% from 319); Blue value is 125 (49.22% from 255 or 39.18% from 319); Max value from RGB is 125 - color contains mainly: blue. Hex color #487A7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487A7D is #B78582. Grayscale: #6B6B6B. Windows color (decimal): -12027267 or 8223304. OLE color: 8223304.
HSL color Cylindrical-coordinate representation of color #487A7D: hue angle of 183.4º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #487A7D is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 72 | 122 | 125 | - |
| CMYK | 0.42 | 0.02 | 0 | 0.51 |
| HSL | 183.4º | 0.27% | 0.39% | - |
| HSV(B) | 183.4º | 0.42% | 0.49% | - |
| XYZ | 13.33 | 16.78 | 21.94 | - |
| YUV | 107.39 | 137.94 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 122 | 125 | 0.42 | 0.02 | 0 | 0.51 | 183.4 | 0.27 | 0.39 |
| Hex | 48 | 7A | 7D | 2A | 2 | 0 | 33 | B7 | 1B | 27 |
| Octal | 110 | 172 | 175 | 52 | 2 | 0 | 63 | 267 | 33 | 47 |
| Binary | 1001000 | 1111010 | 1111101 | 101010 | 10 | 0 | 110011 | 10110111 | 11011 | 100111 |
Color Harmonies of #487A7D
Complementary color
Monochromatic Colors of #487A7D
Black with #487A7D
Text Example
Text Example
White with #487A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487A7D; }
p { color: rgb(72,122,125); }
H1.HeaderClassName
{
color: #487A7D;
}
.AnyTagClassName
{
color: #487A7D;
}
</style>
background-color css
<style>
a { background-color: #487A7D; }
a { background-color: rgb(72,122,125); }
div.DivClassName
{
background-color: #487A7D;
}
.BgClassName
{
background-color: #487A7D;
}
</style>
border-color css
<style>
span { border-color: #487A7D; }
span { border-color: rgb(72,122,125); }
td.TdClassName
{
border-color: #487A7D;
}
.TagClassName
{
border-color: #487A7D;
}
</style>