#49797F

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

Shades of Paradiso #49797F

Tints of Paradiso #49797F

Color information

#49797F (or 0x49797F) is unknown color: approx Paradiso. HEX triplet: 49, 79 and 7F. RGB value is (73,121,127). Sum of RGB (Red+Green+Blue) = 73+121+127=321 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.74% from 321); Green value is 121 (47.66% from 255 or 37.69% from 321); Blue value is 127 (50% from 255 or 39.56% from 321); Max value from RGB is 127 - color contains mainly: blue. Hex color #49797F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49797F is #B68680. Grayscale: #6B6B6B. Windows color (decimal): -11961985 or 8354121. OLE color: 8354121.

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

Color convert

RGB73121127-
CMYK0.430.0500.50
HSL186.67º27%39.22%-
HSV(B)186.67º42.52%49.8%-
XYZ13.4216.6222.58-
YUV107.33139.1103.51-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.74%
GREEN value IS 121 (47.66% from 255) = 37.69%
BLUE value IS 127 (50% from 255) = 39.56%
R=22.74%
G=37.69%
B=39.56%

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
Decimal731211270.430.0500.50186.672739.22
Hex49797F2B5032bb1b27
Octal1111711775350622733347
Binary10010011111001111111110101110101100101011101111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49797F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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