#487D87

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

Shades of Paradiso #487D87

Tints of Paradiso #487D87

Color information

#487D87 (or 0x487D87) is unknown color: approx Paradiso. HEX triplet: 48, 7D and 87. RGB value is (72,125,135). Sum of RGB (Red+Green+Blue) = 72+125+135=332 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.69% from 332); Green value is 125 (49.22% from 255 or 37.65% from 332); Blue value is 135 (53.12% from 255 or 40.66% from 332); Max value from RGB is 135 - color contains mainly: blue. Hex color #487D87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487D87 is #B78278. Grayscale: #6E6E6E. Windows color (decimal): -12026489 or 8879432. OLE color: 8879432.

HSL color Cylindrical-coordinate representation of color #487D87: hue angle of 189.52º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #487D87 is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB72125135-
CMYK0.470.0700.47
HSL189.52º30.43%40.59%-
HSV(B)189.52º46.67%52.94%-
XYZ14.3817.7925.6-
YUV110.29141.94100.69-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.69%
GREEN value IS 125 (49.22% from 255) = 37.65%
BLUE value IS 135 (53.12% from 255) = 40.66%
R=21.69%
G=37.65%
B=40.66%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal721251350.470.0700.47189.5230.4340.59
Hex487D872F702Fbe1e29
Octal1101752075770572763651
Binary100100011111011000011110111111101011111011111011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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