#49658D

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

Shades of Wedgewood #49658D

Tints of Wedgewood #49658D

Color information

#49658D (or 0x49658D) is unknown color: approx Wedgewood. HEX triplet: 49, 65 and 8D. RGB value is (73,101,141). Sum of RGB (Red+Green+Blue) = 73+101+141=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 101 (39.84% from 255 or 32.06% from 315); Blue value is 141 (55.47% from 255 or 44.76% from 315); Max value from RGB is 141 - color contains mainly: blue. Hex color #49658D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49658D is #B69A72. Grayscale: #616161. Windows color (decimal): -11967091 or 9266505. OLE color: 9266505.

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

Color convert

RGB73101141-
CMYK0.480.2800.45
HSL215.29º31.78%41.96%-
HSV(B)215.29º48.23%55.29%-
XYZ12.2112.6527-
YUV97.19152.72110.75-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.17%
GREEN value IS 101 (39.84% from 255) = 32.06%
BLUE value IS 141 (55.47% from 255) = 44.76%
R=23.17%
G=32.06%
B=44.76%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal731011410.480.2800.45215.2931.7841.96
Hex49658D301C02Dd7202a
Octal11114521560340553274052
Binary100100111001011000110111000011100010110111010111100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49658D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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