#49687F

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

Shades of Wedgewood #49687F

Tints of Wedgewood #49687F

Color information

#49687F (or 0x49687F) is unknown color: approx Wedgewood. HEX triplet: 49, 68 and 7F. RGB value is (73,104,127). Sum of RGB (Red+Green+Blue) = 73+104+127=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 104 (41.02% from 255 or 34.21% from 304); Blue value is 127 (50% from 255 or 41.78% from 304); Max value from RGB is 127 - color contains mainly: blue. Hex color #49687F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49687F is #B69780. Grayscale: #616161. Windows color (decimal): -11966337 or 8349769. OLE color: 8349769.

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

Color convert

RGB73104127-
CMYK0.430.1800.50
HSL205.56º27%39.22%-
HSV(B)205.56º42.52%49.8%-
XYZ11.5312.8521.95-
YUV97.35144.73110.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.01%
GREEN value IS 104 (41.02% from 255) = 34.21%
BLUE value IS 127 (50% from 255) = 41.78%
R=24.01%
G=34.21%
B=41.78%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal731041270.430.1800.50205.562739.22
Hex49687F2B12032ce1b27
Octal11115017753220623163347
Binary1001001110100011111111010111001001100101100111011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49687F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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