#49697F

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

Shades of Wedgewood #49697F

Tints of Wedgewood #49697F

Color information

#49697F (or 0x49697F) is unknown color: approx Wedgewood. HEX triplet: 49, 69 and 7F. RGB value is (73,105,127). Sum of RGB (Red+Green+Blue) = 73+105+127=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 105 (41.41% from 255 or 34.43% from 305); Blue value is 127 (50% from 255 or 41.64% from 305); Max value from RGB is 127 - color contains mainly: blue. Hex color #49697F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49697F is #B69680. Grayscale: #616161. Windows color (decimal): -11966081 or 8350025. OLE color: 8350025.

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

Color convert

RGB73105127-
CMYK0.430.1700.50
HSL204.44º27%39.22%-
HSV(B)204.44º42.52%49.8%-
XYZ11.6313.0521.98-
YUV97.94144.4110.21-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.93%
GREEN value IS 105 (41.41% from 255) = 34.43%
BLUE value IS 127 (50% from 255) = 41.64%
R=23.93%
G=34.43%
B=41.64%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal731051270.430.1700.50204.442739.22
Hex49697F2B11032cc1b27
Octal11115117753210623143347
Binary1001001110100111111111010111000101100101100110011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49697F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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