#49657C

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

Shades of Wedgewood #49657C

Tints of Wedgewood #49657C

Color information

#49657C (or 0x49657C) is unknown color: approx Wedgewood. HEX triplet: 49, 65 and 7C. RGB value is (73,101,124). Sum of RGB (Red+Green+Blue) = 73+101+124=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 101 (39.84% from 255 or 33.89% from 298); Blue value is 124 (48.83% from 255 or 41.61% from 298); Max value from RGB is 124 - color contains mainly: blue. Hex color #49657C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49657C is #B69A83. Grayscale: #5F5F5F. Windows color (decimal): -11967108 or 8152393. OLE color: 8152393.

HSL color Cylindrical-coordinate representation of color #49657C: hue angle of 207.06º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #49657C is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB73101124-
CMYK0.410.1900.51
HSL207.06º25.89%38.63%-
HSV(B)207.06º41.13%48.63%-
XYZ11.0412.1820.84-
YUV95.25144.22112.13-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.50%
GREEN value IS 101 (39.84% from 255) = 33.89%
BLUE value IS 124 (48.83% from 255) = 41.61%
R=24.50%
G=33.89%
B=41.61%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal731011240.410.1900.51207.0625.8938.63
Hex49657C2913033cf1a27
Octal11114517451230633173247
Binary1001001110010111111001010011001101100111100111111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49657C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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