#487E86

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

Shades of Paradiso #487E86

Tints of Paradiso #487E86

Color information

#487E86 (or 0x487E86) is unknown color: approx Paradiso. HEX triplet: 48, 7E and 86. RGB value is (72,126,134). Sum of RGB (Red+Green+Blue) = 72+126+134=332 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.69% from 332); Green value is 126 (49.61% from 255 or 37.95% from 332); Blue value is 134 (52.73% from 255 or 40.36% from 332); Max value from RGB is 134 - color contains mainly: blue. Hex color #487E86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487E86 is #B78179. Grayscale: #6E6E6E. Windows color (decimal): -12026234 or 8814152. OLE color: 8814152.

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

Color convert

RGB72126134-
CMYK0.460.0600.47
HSL187.74º30.1%40.39%-
HSV(B)187.74º46.27%52.55%-
XYZ14.4418.0225.27-
YUV110.77141.11100.35-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.69%
GREEN value IS 126 (49.61% from 255) = 37.95%
BLUE value IS 134 (52.73% from 255) = 40.36%
R=21.69%
G=37.95%
B=40.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal721261340.460.0600.47187.7430.140.39
Hex487E862E602Fbc1e28
Octal1101762065660572743650
Binary100100011111101000011010111011001011111011110011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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