#49628D

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

Shades of Wedgewood #49628D

Tints of Wedgewood #49628D

Color information

#49628D (or 0x49628D) is unknown color: approx Wedgewood. HEX triplet: 49, 62 and 8D. RGB value is (73,98,141). Sum of RGB (Red+Green+Blue) = 73+98+141=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 98 (38.67% from 255 or 31.41% from 312); Blue value is 141 (55.47% from 255 or 45.19% from 312); Max value from RGB is 141 - color contains mainly: blue. Hex color #49628D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49628D is #B69D72. Grayscale: #5F5F5F. Windows color (decimal): -11967859 or 9265737. OLE color: 9265737.

HSL color Cylindrical-coordinate representation of color #49628D: hue angle of 217.94º degrees, saturation: 0.32, 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 #49628D is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7398141-
CMYK0.480.3000.45
HSL217.94º31.78%41.96%-
HSV(B)217.94º48.23%55.29%-
XYZ11.9212.0726.9-
YUV95.43153.72112-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.40%
GREEN value IS 98 (38.67% from 255) = 31.41%
BLUE value IS 141 (55.47% from 255) = 45.19%
R=23.40%
G=31.41%
B=45.19%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal73981410.480.3000.45217.9431.7841.96
Hex49628D301E02Dda202a
Octal11114221560360553324052
Binary100100111000101000110111000011110010110111011010100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49628D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49628D; }

 p { color: rgb(73,98,141); }

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

<style>
 a { background-color: #49628D; }

 a { background-color: rgb(73,98,141); }

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

<style>
 span { border-color: #49628D; }

 span { border-color: rgb(73,98,141); }

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