#49718C

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

Shades of Wedgewood #49718C

Tints of Wedgewood #49718C

Color information

#49718C (or 0x49718C) is unknown color: approx Wedgewood. HEX triplet: 49, 71 and 8C. RGB value is (73,113,140). Sum of RGB (Red+Green+Blue) = 73+113+140=326 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.39% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 140 (55.08% from 255 or 42.94% from 326); Max value from RGB is 140 - color contains mainly: blue. Hex color #49718C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49718C is #B68E73. Grayscale: #676767. Windows color (decimal): -11964020 or 9204041. OLE color: 9204041.

HSL color Cylindrical-coordinate representation of color #49718C: hue angle of 204.18º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #49718C is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB73113140-
CMYK0.480.1900.45
HSL204.18º31.46%41.76%-
HSV(B)204.18º47.86%54.9%-
XYZ13.3915.1227.02-
YUV104.12148.25105.8-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.39%
GREEN value IS 113 (44.53% from 255) = 34.66%
BLUE value IS 140 (55.08% from 255) = 42.94%
R=22.39%
G=34.66%
B=42.94%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal731131400.480.1900.45204.1831.4641.76
Hex49718C301302Dcc1f2a
Octal11116121460230553143752
Binary10010011110001100011001100001001101011011100110011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49718C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,113,140); }

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

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

 a { background-color: rgb(73,113,140); }

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

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

 span { border-color: rgb(73,113,140); }

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