Shades of Paradiso #4A8087
Tints of Paradiso #4A8087
RGB
CMYK
RGB Variations
Color information
#4A8087 (or 0x4A8087) is known color: Paradiso. HEX triplet: 4A, 80 and 87. RGB value is (74,128,135). Sum of RGB (Red+Green+Blue) = 74+128+135=337 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.96% from 337); Green value is 128 (50.39% from 255 or 37.98% from 337); Blue value is 135 (53.12% from 255 or 40.06% from 337); Max value from RGB is 135 - color contains mainly: blue. Hex color #4A8087 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A8087 is #B57F78. Grayscale: #707070. Windows color (decimal): -11894649 or 8880202. OLE color: 8880202.
HSL color Cylindrical-coordinate representation of color #4A8087: hue angle of 186.89º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4A8087 is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 74 | 128 | 135 | - |
| CMYK | 0.45 | 0.05 | 0 | 0.47 |
| HSL | 186.89º | 0.29% | 0.41% | - |
| HSV(B) | 186.89º | 0.45% | 0.53% | - |
| XYZ | 14.92 | 18.64 | 25.73 | - |
| YUV | 112.65 | 140.61 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 128 | 135 | 0.45 | 0.05 | 0 | 0.47 | 186.89 | 0.29 | 0.41 |
| Hex | 4A | 80 | 87 | 2D | 5 | 0 | 2F | BB | 1D | 29 |
| Octal | 112 | 200 | 207 | 55 | 5 | 0 | 57 | 273 | 35 | 51 |
| Binary | 1001010 | 10000000 | 10000111 | 101101 | 101 | 0 | 101111 | 10111011 | 11101 | 101001 |
Color Harmonies of #4A8087
Complementary color
Monochromatic Colors of #4A8087
Black with #4A8087
Text Example
Text Example
White with #4A8087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8087; }
p { color: rgb(74,128,135); }
H1.HeaderClassName
{
color: #4A8087;
}
.AnyTagClassName
{
color: #4A8087;
}
</style>
background-color css
<style>
a { background-color: #4A8087; }
a { background-color: rgb(74,128,135); }
div.DivClassName
{
background-color: #4A8087;
}
.BgClassName
{
background-color: #4A8087;
}
</style>
border-color css
<style>
span { border-color: #4A8087; }
span { border-color: rgb(74,128,135); }
td.TdClassName
{
border-color: #4A8087;
}
.TagClassName
{
border-color: #4A8087;
}
</style>