#49647F

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

Shades of Wedgewood #49647F

Tints of Wedgewood #49647F

Color information

#49647F (or 0x49647F) is unknown color: approx Wedgewood. HEX triplet: 49, 64 and 7F. RGB value is (73,100,127). Sum of RGB (Red+Green+Blue) = 73+100+127=300 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.33% from 300); Green value is 100 (39.45% from 255 or 33.33% from 300); Blue value is 127 (50% from 255 or 42.33% from 300); Max value from RGB is 127 - color contains mainly: blue. Hex color #49647F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49647F is #B69B80. Grayscale: #5E5E5E. Windows color (decimal): -11967361 or 8348745. OLE color: 8348745.

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

Color convert

RGB73100127-
CMYK0.430.2100.50
HSL210º27%39.22%-
HSV(B)210º42.52%49.8%-
XYZ11.1412.0621.82-
YUV95146.05112.3-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.33%
GREEN value IS 100 (39.45% from 255) = 33.33%
BLUE value IS 127 (50% from 255) = 42.33%
R=24.33%
G=33.33%
B=42.33%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal731001270.430.2100.502102739.22
Hex49647F2B15032d21b27
Octal11114417753250623223347
Binary1001001110010011111111010111010101100101101001011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49647F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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