#497C82

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

Shades of Paradiso #497C82

Tints of Paradiso #497C82

Color information

#497C82 (or 0x497C82) is unknown color: approx Paradiso. HEX triplet: 49, 7C and 82. RGB value is (73,124,130). Sum of RGB (Red+Green+Blue) = 73+124+130=327 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.32% from 327); Green value is 124 (48.83% from 255 or 37.92% from 327); Blue value is 130 (51.17% from 255 or 39.76% from 327); Max value from RGB is 130 - color contains mainly: blue. Hex color #497C82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497C82 is #B6837D. Grayscale: #6D6D6D. Windows color (decimal): -11961214 or 8551497. OLE color: 8551497.

HSL color Cylindrical-coordinate representation of color #497C82: hue angle of 186.32º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #497C82 is Cyan = 0.44, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB73124130-
CMYK0.440.0500.49
HSL186.32º28.08%39.8%-
HSV(B)186.32º43.85%50.98%-
XYZ13.9817.4423.75-
YUV109.44139.6102.01-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.32%
GREEN value IS 124 (48.83% from 255) = 37.92%
BLUE value IS 130 (51.17% from 255) = 39.76%
R=22.32%
G=37.92%
B=39.76%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal731241300.440.0500.49186.3228.0839.8
Hex497C822C5031ba1c28
Octal1111742025450612723450
Binary100100111111001000001010110010101100011011101011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,124,130); }

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

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

 a { background-color: rgb(73,124,130); }

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

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

 span { border-color: rgb(73,124,130); }

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