#49797E

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

Shades of Paradiso #49797E

Tints of Paradiso #49797E

Color information

#49797E (or 0x49797E) is unknown color: approx Paradiso. HEX triplet: 49, 79 and 7E. RGB value is (73,121,126). Sum of RGB (Red+Green+Blue) = 73+121+126=320 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.81% from 320); Green value is 121 (47.66% from 255 or 37.81% from 320); Blue value is 126 (49.61% from 255 or 39.38% from 320); Max value from RGB is 126 - color contains mainly: blue. Hex color #49797E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49797E is #B68681. Grayscale: #6B6B6B. Windows color (decimal): -11961986 or 8288585. OLE color: 8288585.

HSL color Cylindrical-coordinate representation of color #49797E: hue angle of 185.66º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #49797E is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB73121126-
CMYK0.420.0400.51
HSL185.66º26.63%39.02%-
HSV(B)185.66º42.06%49.41%-
XYZ13.3516.622.24-
YUV107.22138.6103.59-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.81%
GREEN value IS 121 (47.66% from 255) = 37.81%
BLUE value IS 126 (49.61% from 255) = 39.38%
R=22.81%
G=37.81%
B=39.38%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal731211260.420.0400.51185.6626.6339.02
Hex49797E2A4033ba1b27
Octal1111711765240632723347
Binary10010011111001111111010101010001100111011101011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49797E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49797E; }

 p { color: rgb(73,121,126); }

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

<style>
 a { background-color: #49797E; }

 a { background-color: rgb(73,121,126); }

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

<style>
 span { border-color: #49797E; }

 span { border-color: rgb(73,121,126); }

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