#49767F

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

Shades of Paradiso #49767F

Tints of Paradiso #49767F

Color information

#49767F (or 0x49767F) is unknown color: approx Paradiso. HEX triplet: 49, 76 and 7F. RGB value is (73,118,127). Sum of RGB (Red+Green+Blue) = 73+118+127=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 118 (46.48% from 255 or 37.11% from 318); Blue value is 127 (50% from 255 or 39.94% from 318); Max value from RGB is 127 - color contains mainly: blue. Hex color #49767F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49767F is #B68980. Grayscale: #696969. Windows color (decimal): -11962753 or 8353353. OLE color: 8353353.

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

Color convert

RGB73118127-
CMYK0.430.0700.50
HSL190º27%39.22%-
HSV(B)190º42.52%49.8%-
XYZ13.0615.9122.46-
YUV105.57140.09104.77-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.96%
GREEN value IS 118 (46.48% from 255) = 37.11%
BLUE value IS 127 (50% from 255) = 39.94%
R=22.96%
G=37.11%
B=39.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal731181270.430.0700.501902739.22
Hex49767F2B7032be1b27
Octal1111661775370622763347
Binary10010011110110111111110101111101100101011111011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49767F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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