#487F82

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

Shades of Paradiso #487F82

Tints of Paradiso #487F82

Color information

#487F82 (or 0x487F82) is unknown color: approx Paradiso. HEX triplet: 48, 7F and 82. RGB value is (72,127,130). Sum of RGB (Red+Green+Blue) = 72+127+130=329 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.88% from 329); Green value is 127 (50% from 255 or 38.60% from 329); Blue value is 130 (51.17% from 255 or 39.51% from 329); Max value from RGB is 130 - color contains mainly: blue. Hex color #487F82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487F82 is #B7807D. Grayscale: #6E6E6E. Windows color (decimal): -12025982 or 8552264. OLE color: 8552264.

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

Color convert

RGB72127130-
CMYK0.450.0200.49
HSL183.1º28.71%39.61%-
HSV(B)183.1º44.62%50.98%-
XYZ14.2918.1723.87-
YUV110.9138.78100.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.88%
GREEN value IS 127 (50% from 255) = 38.60%
BLUE value IS 130 (51.17% from 255) = 39.51%
R=21.88%
G=38.60%
B=39.51%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal721271300.450.0200.49183.128.7139.61
Hex487F822D2031b71d28
Octal1101772025520612673550
Binary10010001111111100000101011011001100011011011111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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