#497E87

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

Shades of Paradiso #497E87

Tints of Paradiso #497E87

Color information

#497E87 (or 0x497E87) is unknown color: approx Paradiso. HEX triplet: 49, 7E and 87. RGB value is (73,126,135). Sum of RGB (Red+Green+Blue) = 73+126+135=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 126 (49.61% from 255 or 37.72% from 334); Blue value is 135 (53.12% from 255 or 40.42% from 334); Max value from RGB is 135 - color contains mainly: blue. Hex color #497E87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497E87 is #B68178. Grayscale: #6F6F6F. Windows color (decimal): -11960697 or 8879689. OLE color: 8879689.

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

Color convert

RGB73126135-
CMYK0.460.0700.47
HSL188.71º29.81%40.78%-
HSV(B)188.71º45.93%52.94%-
XYZ14.5818.0925.64-
YUV111.18141.44100.77-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.86%
GREEN value IS 126 (49.61% from 255) = 37.72%
BLUE value IS 135 (53.12% from 255) = 40.42%
R=21.86%
G=37.72%
B=40.42%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal731261350.460.0700.47188.7129.8140.78
Hex497E872E702Fbd1e29
Octal1111762075670572753651
Binary100100111111101000011110111011101011111011110111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497E87; }

 p { color: rgb(73,126,135); }

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

<style>
 a { background-color: #497E87; }

 a { background-color: rgb(73,126,135); }

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

<style>
 span { border-color: #497E87; }

 span { border-color: rgb(73,126,135); }

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