#487C85

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

Shades of Paradiso #487C85

Tints of Paradiso #487C85

Color information

#487C85 (or 0x487C85) is unknown color: approx Paradiso. HEX triplet: 48, 7C and 85. RGB value is (72,124,133). Sum of RGB (Red+Green+Blue) = 72+124+133=329 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.88% from 329); Green value is 124 (48.83% from 255 or 37.69% from 329); Blue value is 133 (52.34% from 255 or 40.43% from 329); Max value from RGB is 133 - color contains mainly: blue. Hex color #487C85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487C85 is #B7837A. Grayscale: #6D6D6D. Windows color (decimal): -12026747 or 8748104. OLE color: 8748104.

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

Color convert

RGB72124133-
CMYK0.460.0700.48
HSL188.85º29.76%40.2%-
HSV(B)188.85º45.86%52.16%-
XYZ14.1117.4924.82-
YUV109.48141.27101.27-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.88%
GREEN value IS 124 (48.83% from 255) = 37.69%
BLUE value IS 133 (52.34% from 255) = 40.43%
R=21.88%
G=37.69%
B=40.43%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal721241330.460.0700.48188.8529.7640.2
Hex487C852E7030bd1e28
Octal1101742055670602753650
Binary100100011111001000010110111011101100001011110111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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