#49728E

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

Shades of Wedgewood #49728E

Tints of Wedgewood #49728E

Color information

#49728E (or 0x49728E) is unknown color: approx Wedgewood. HEX triplet: 49, 72 and 8E. RGB value is (73,114,142). Sum of RGB (Red+Green+Blue) = 73+114+142=329 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.19% from 329); Green value is 114 (44.92% from 255 or 34.65% from 329); Blue value is 142 (55.86% from 255 or 43.16% from 329); Max value from RGB is 142 - color contains mainly: blue. Hex color #49728E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49728E is #B68D71. Grayscale: #686868. Windows color (decimal): -11963762 or 9335369. OLE color: 9335369.

HSL color Cylindrical-coordinate representation of color #49728E: hue angle of 204.35º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #49728E is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB73114142-
CMYK0.490.2000.44
HSL204.35º32.09%42.16%-
HSV(B)204.35º48.59%55.69%-
XYZ13.6515.427.85-
YUV104.93148.92105.22-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.19%
GREEN value IS 114 (44.92% from 255) = 34.65%
BLUE value IS 142 (55.86% from 255) = 43.16%
R=22.19%
G=34.65%
B=43.16%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal731141420.490.2000.44204.3532.0942.16
Hex49728E311402Ccc202a
Octal11116221661240543144052
Binary100100111100101000111011000110100010110011001100100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49728E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49728E; }

 p { color: rgb(73,114,142); }

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

<style>
 a { background-color: #49728E; }

 a { background-color: rgb(73,114,142); }

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

<style>
 span { border-color: #49728E; }

 span { border-color: rgb(73,114,142); }

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