#497a7c

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

Shades of Paradiso #497A7C

Tints of Paradiso #497A7C

Color information

#497A7C (or 0x497A7C) is unknown color: approx Paradiso. HEX triplet: 49, 7A and 7C. RGB value is (73,122,124). Sum of RGB (Red+Green+Blue) = 73+122+124=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 122 (48.05% from 255 or 38.24% from 319); Blue value is 124 (48.83% from 255 or 38.87% from 319); Max value from RGB is 124 - color contains mainly: blue. Hex color #497A7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497A7C is #B68583. Grayscale: #6B6B6B. Windows color (decimal): -11961732 or 8157769. OLE color: 8157769.

HSL color Cylindrical-coordinate representation of color #497A7C: hue angle of 182.35º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #497A7C is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB73122124-
CMYK0.410.0200.51
HSL182.35º25.89%38.63%-
HSV(B)182.35º41.13%48.63%-
XYZ13.3516.7921.61-
YUV107.58137.27103.34-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.88%
GREEN value IS 122 (48.05% from 255) = 38.24%
BLUE value IS 124 (48.83% from 255) = 38.87%
R=22.88%
G=38.24%
B=38.87%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal731221240.410.0200.51182.3525.8938.63
Hex497A7C292033b61a27
Octal1111721745120632663247
Binary1001001111101011111001010011001100111011011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497a7c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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