#487D84

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

Shades of Paradiso #487D84

Tints of Paradiso #487D84

Color information

#487D84 (or 0x487D84) is unknown color: approx Paradiso. HEX triplet: 48, 7D and 84. RGB value is (72,125,132). Sum of RGB (Red+Green+Blue) = 72+125+132=329 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.88% from 329); Green value is 125 (49.22% from 255 or 37.99% from 329); Blue value is 132 (51.95% from 255 or 40.12% from 329); Max value from RGB is 132 - color contains mainly: blue. Hex color #487D84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487D84 is #B7827B. Grayscale: #6D6D6D. Windows color (decimal): -12026492 or 8682824. OLE color: 8682824.

HSL color Cylindrical-coordinate representation of color #487D84: hue angle of 187º 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 #487D84 is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB72125132-
CMYK0.450.0500.48
HSL187º29.41%40%-
HSV(B)187º45.45%51.76%-
XYZ14.1717.7124.5-
YUV109.95140.44100.93-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.88%
GREEN value IS 125 (49.22% from 255) = 37.99%
BLUE value IS 132 (51.95% from 255) = 40.12%
R=21.88%
G=37.99%
B=40.12%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal721251320.450.0500.4818729.4140
Hex487D842D5030bb1d28
Octal1101752045550602733550
Binary100100011111011000010010110110101100001011101111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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