#49657F

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

Shades of Wedgewood #49657F

Tints of Wedgewood #49657F

Color information

#49657F (or 0x49657F) is unknown color: approx Wedgewood. HEX triplet: 49, 65 and 7F. RGB value is (73,101,127). Sum of RGB (Red+Green+Blue) = 73+101+127=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 101 (39.84% from 255 or 33.55% from 301); Blue value is 127 (50% from 255 or 42.19% from 301); Max value from RGB is 127 - color contains mainly: blue. Hex color #49657F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49657F is #B69A80. Grayscale: #5F5F5F. Windows color (decimal): -11967105 or 8349001. OLE color: 8349001.

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

Color convert

RGB73101127-
CMYK0.430.2000.50
HSL208.89º27%39.22%-
HSV(B)208.89º42.52%49.8%-
XYZ11.2312.2621.85-
YUV95.59145.72111.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.25%
GREEN value IS 101 (39.84% from 255) = 33.55%
BLUE value IS 127 (50% from 255) = 42.19%
R=24.25%
G=33.55%
B=42.19%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal731011270.430.2000.50208.892739.22
Hex49657F2B14032d11b27
Octal11114517753240623213347
Binary1001001110010111111111010111010001100101101000111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49657F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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