#497D7F

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

Shades of Paradiso #497D7F

Tints of Paradiso #497D7F

Color information

#497D7F (or 0x497D7F) is unknown color: approx Paradiso. HEX triplet: 49, 7D and 7F. RGB value is (73,125,127). Sum of RGB (Red+Green+Blue) = 73+125+127=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 125 (49.22% from 255 or 38.46% from 325); Blue value is 127 (50% from 255 or 39.08% from 325); Max value from RGB is 127 - color contains mainly: blue. Hex color #497D7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497D7F is #B68280. Grayscale: #6D6D6D. Windows color (decimal): -11960961 or 8355145. OLE color: 8355145.

HSL color Cylindrical-coordinate representation of color #497D7F: hue angle of 182.22º 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 #497D7F is Cyan = 0.43, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB73125127-
CMYK0.430.0200.50
HSL182.22º27%39.22%-
HSV(B)182.22º42.52%49.8%-
XYZ13.9117.6222.75-
YUV109.68137.77101.84-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.46%
GREEN value IS 125 (49.22% from 255) = 38.46%
BLUE value IS 127 (50% from 255) = 39.08%
R=22.46%
G=38.46%
B=39.08%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal731251270.430.0200.50182.222739.22
Hex497D7F2B2032b61b27
Octal1111751775320622663347
Binary1001001111110111111111010111001100101011011011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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