#487E83

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

Shades of Paradiso #487E83

Tints of Paradiso #487E83

Color information

#487E83 (or 0x487E83) is unknown color: approx Paradiso. HEX triplet: 48, 7E and 83. RGB value is (72,126,131). Sum of RGB (Red+Green+Blue) = 72+126+131=329 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.88% from 329); Green value is 126 (49.61% from 255 or 38.30% from 329); Blue value is 131 (51.56% from 255 or 39.82% from 329); Max value from RGB is 131 - color contains mainly: blue. Hex color #487E83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487E83 is #B7817C. Grayscale: #6E6E6E. Windows color (decimal): -12026237 or 8617544. OLE color: 8617544.

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

Color convert

RGB72126131-
CMYK0.450.0400.49
HSL185.08º29.06%39.8%-
HSV(B)185.08º45.04%51.37%-
XYZ14.2317.9424.19-
YUV110.42139.61100.59-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.88%
GREEN value IS 126 (49.61% from 255) = 38.30%
BLUE value IS 131 (51.56% from 255) = 39.82%
R=21.88%
G=38.30%
B=39.82%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal721261310.450.0400.49185.0829.0639.8
Hex487E832D4031b91d28
Octal1101762035540612713550
Binary100100011111101000001110110110001100011011100111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,126,131); }

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

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

 a { background-color: rgb(72,126,131); }

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

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

 span { border-color: rgb(72,126,131); }

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