#49797C

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

Shades of Paradiso #49797C

Tints of Paradiso #49797C

Color information

#49797C (or 0x49797C) is unknown color: approx Paradiso. HEX triplet: 49, 79 and 7C. RGB value is (73,121,124). Sum of RGB (Red+Green+Blue) = 73+121+124=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 121 (47.66% from 255 or 38.05% from 318); Blue value is 124 (48.83% from 255 or 38.99% from 318); Max value from RGB is 124 - color contains mainly: blue. Hex color #49797C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49797C is #B68683. Grayscale: #6A6A6A. Windows color (decimal): -11961988 or 8157513. OLE color: 8157513.

HSL color Cylindrical-coordinate representation of color #49797C: hue angle of 183.53º 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 #49797C is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB73121124-
CMYK0.410.0200.51
HSL183.53º25.89%38.63%-
HSV(B)183.53º41.13%48.63%-
XYZ13.2216.5521.57-
YUV106.99137.6103.76-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.96%
GREEN value IS 121 (47.66% from 255) = 38.05%
BLUE value IS 124 (48.83% from 255) = 38.99%
R=22.96%
G=38.05%
B=38.99%

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
Decimal731211240.410.0200.51183.5325.8938.63
Hex49797C292033b81a27
Octal1111711745120632703247
Binary1001001111100111111001010011001100111011100011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49797C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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