#487F85

Color #487F85 Paradiso (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paradiso #487F85

Tints of Paradiso #487F85

Color information

#487F85 (or 0x487F85) is unknown color: approx Paradiso. HEX triplet: 48, 7F and 85. RGB value is (72,127,133). Sum of RGB (Red+Green+Blue) = 72+127+133=332 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.69% from 332); Green value is 127 (50% from 255 or 38.25% from 332); Blue value is 133 (52.34% from 255 or 40.06% from 332); Max value from RGB is 133 - color contains mainly: blue. Hex color #487F85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487F85 is #B7807A. Grayscale: #6F6F6F. Windows color (decimal): -12025979 or 8748872. OLE color: 8748872.

HSL color Cylindrical-coordinate representation of color #487F85: hue angle of 185.9º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #487F85 is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB72127133-
CMYK0.460.0500.48
HSL185.9º29.76%40.2%-
HSV(B)185.9º45.86%52.16%-
XYZ14.518.2524.95-
YUV111.24140.28100.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 72 (28.52% from 255) = 21.69%
GREEN value IS 127 (50% from 255) = 38.25%
BLUE value IS 133 (52.34% from 255) = 40.06%
R=21.69%
G=38.25%
B=40.06%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal721271330.460.0500.48185.929.7640.2
Hex487F852E5030ba1e28
Octal1101772055650602723650
Binary100100011111111000010110111010101100001011101011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487F85; }

 p { color: rgb(72,127,133); }

 H1.HeaderClassName
 {
   color: #487F85;
 }
 .AnyTagClassName
 {
   color: #487F85;
 }
</style>
background-color css

<style>
 a { background-color: #487F85; }

 a { background-color: rgb(72,127,133); }

 div.DivClassName
 {
   background-color: #487F85;
 }
 .BgClassName
 {
   background-color: #487F85;
 }
</style>
border-color css

<style>
 span { border-color: #487F85; }

 span { border-color: rgb(72,127,133); }

 td.TdClassName
 {
   border-color: #487F85;
 }
 .TagClassName
 {
   border-color: #487F85;
 }
</style>