#497A80

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

Shades of Paradiso #497A80

Tints of Paradiso #497A80

Color information

#497A80 (or 0x497A80) is unknown color: approx Paradiso. HEX triplet: 49, 7A and 80. RGB value is (73,122,128). Sum of RGB (Red+Green+Blue) = 73+122+128=323 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.60% from 323); Green value is 122 (48.05% from 255 or 37.77% from 323); Blue value is 128 (50.39% from 255 or 39.63% from 323); Max value from RGB is 128 - color contains mainly: blue. Hex color #497A80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497A80 is #B6857F. Grayscale: #6B6B6B. Windows color (decimal): -11961728 or 8419913. OLE color: 8419913.

HSL color Cylindrical-coordinate representation of color #497A80: hue angle of 186.55º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #497A80 is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB73122128-
CMYK0.430.0500.50
HSL186.55º27.36%39.41%-
HSV(B)186.55º42.97%50.2%-
XYZ13.616.8922.97-
YUV108.03139.27103.01-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.60%
GREEN value IS 122 (48.05% from 255) = 37.77%
BLUE value IS 128 (50.39% from 255) = 39.63%
R=22.60%
G=37.77%
B=39.63%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal731221280.430.0500.50186.5527.3639.41
Hex497A802B5032bb1b27
Octal1111722005350622733347
Binary100100111110101000000010101110101100101011101111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,122,128); }

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

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

 a { background-color: rgb(73,122,128); }

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

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

 span { border-color: rgb(73,122,128); }

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