#497F85

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

Shades of Paradiso #497F85

Tints of Paradiso #497F85

Color information

#497F85 (or 0x497F85) is unknown color: approx Paradiso. HEX triplet: 49, 7F and 85. RGB value is (73,127,133). Sum of RGB (Red+Green+Blue) = 73+127+133=333 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.92% from 333); Green value is 127 (50% from 255 or 38.14% from 333); Blue value is 133 (52.34% from 255 or 39.94% from 333); Max value from RGB is 133 - color contains mainly: blue. Hex color #497F85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497F85 is #B6807A. Grayscale: #6F6F6F. Windows color (decimal): -11960443 or 8748873. OLE color: 8748873.

HSL color Cylindrical-coordinate representation of color #497F85: hue angle of 186º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #497F85 is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB73127133-
CMYK0.450.0500.48
HSL186º29.13%40.39%-
HSV(B)186º45.11%52.16%-
XYZ14.5718.2924.95-
YUV111.54140.11100.51-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.92%
GREEN value IS 127 (50% from 255) = 38.14%
BLUE value IS 133 (52.34% from 255) = 39.94%
R=21.92%
G=38.14%
B=39.94%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal731271330.450.0500.4818629.1340.39
Hex497F852D5030ba1d28
Octal1111772055550602723550
Binary100100111111111000010110110110101100001011101011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,127,133); }

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

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

 a { background-color: rgb(73,127,133); }

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

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

 span { border-color: rgb(73,127,133); }

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