#487F84

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

Shades of Paradiso #487F84

Tints of Paradiso #487F84

Color information

#487F84 (or 0x487F84) is unknown color: approx Paradiso. HEX triplet: 48, 7F and 84. RGB value is (72,127,132). Sum of RGB (Red+Green+Blue) = 72+127+132=331 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.75% from 331); Green value is 127 (50% from 255 or 38.37% from 331); Blue value is 132 (51.95% from 255 or 39.88% from 331); Max value from RGB is 132 - color contains mainly: blue. Hex color #487F84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487F84 is #B7807B. Grayscale: #6F6F6F. Windows color (decimal): -12025980 or 8683336. OLE color: 8683336.

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

Color convert

RGB72127132-
CMYK0.450.0400.48
HSL185º29.41%40%-
HSV(B)185º45.45%51.76%-
XYZ14.4318.2224.59-
YUV111.12139.78100.09-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.75%
GREEN value IS 127 (50% from 255) = 38.37%
BLUE value IS 132 (51.95% from 255) = 39.88%
R=21.75%
G=38.37%
B=39.88%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal721271320.450.0400.4818529.4140
Hex487F842D4030b91d28
Octal1101772045540602713550
Binary100100011111111000010010110110001100001011100111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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