#49637F

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

Shades of Wedgewood #49637F

Tints of Wedgewood #49637F

Color information

#49637F (or 0x49637F) is unknown color: approx Wedgewood. HEX triplet: 49, 63 and 7F. RGB value is (73,99,127). Sum of RGB (Red+Green+Blue) = 73+99+127=299 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.41% from 299); Green value is 99 (39.06% from 255 or 33.11% from 299); Blue value is 127 (50% from 255 or 42.47% from 299); Max value from RGB is 127 - color contains mainly: blue. Hex color #49637F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49637F is #B69C80. Grayscale: #5E5E5E. Windows color (decimal): -11967617 or 8348489. OLE color: 8348489.

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

Color convert

RGB7399127-
CMYK0.430.2200.50
HSL211.11º27%39.22%-
HSV(B)211.11º42.52%49.8%-
XYZ11.0411.8721.79-
YUV94.42146.39112.72-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.41%
GREEN value IS 99 (39.06% from 255) = 33.11%
BLUE value IS 127 (50% from 255) = 42.47%
R=24.41%
G=33.11%
B=42.47%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal73991270.430.2200.50211.112739.22
Hex49637F2B16032d31b27
Octal11114317753260623233347
Binary1001001110001111111111010111011001100101101001111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49637F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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