#49767E

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

Shades of Paradiso #49767E

Tints of Paradiso #49767E

Color information

#49767E (or 0x49767E) is unknown color: approx Paradiso. HEX triplet: 49, 76 and 7E. RGB value is (73,118,126). Sum of RGB (Red+Green+Blue) = 73+118+126=317 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.03% from 317); Green value is 118 (46.48% from 255 or 37.22% from 317); Blue value is 126 (49.61% from 255 or 39.75% from 317); Max value from RGB is 126 - color contains mainly: blue. Hex color #49767E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49767E is #B68981. Grayscale: #696969. Windows color (decimal): -11962754 or 8287817. OLE color: 8287817.

HSL color Cylindrical-coordinate representation of color #49767E: hue angle of 189.06º 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 #49767E is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB73118126-
CMYK0.420.0600.51
HSL189.06º26.63%39.02%-
HSV(B)189.06º42.06%49.41%-
XYZ12.9915.8822.12-
YUV105.46139.59104.85-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.03%
GREEN value IS 118 (46.48% from 255) = 37.22%
BLUE value IS 126 (49.61% from 255) = 39.75%
R=23.03%
G=37.22%
B=39.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal731181260.420.0600.51189.0626.6339.02
Hex49767E2A6033bd1b27
Octal1111661765260632753347
Binary10010011110110111111010101011001100111011110111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49767E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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