#49618D

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

Shades of Wedgewood #49618D

Tints of Wedgewood #49618D

Color information

#49618D (or 0x49618D) is unknown color: approx Wedgewood. HEX triplet: 49, 61 and 8D. RGB value is (73,97,141). Sum of RGB (Red+Green+Blue) = 73+97+141=311 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.47% from 311); Green value is 97 (38.28% from 255 or 31.19% from 311); Blue value is 141 (55.47% from 255 or 45.34% from 311); Max value from RGB is 141 - color contains mainly: blue. Hex color #49618D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49618D is #B69E72. Grayscale: #5E5E5E. Windows color (decimal): -11968115 or 9265481. OLE color: 9265481.

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

Color convert

RGB7397141-
CMYK0.480.3100.45
HSL218.82º31.78%41.96%-
HSV(B)218.82º48.23%55.29%-
XYZ11.8311.8926.87-
YUV94.84154.05112.42-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.47%
GREEN value IS 97 (38.28% from 255) = 31.19%
BLUE value IS 141 (55.47% from 255) = 45.34%
R=23.47%
G=31.19%
B=45.34%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal73971410.480.3100.45218.8231.7841.96
Hex49618D301F02Ddb202a
Octal11114121560370553334052
Binary100100111000011000110111000011111010110111011011100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49618D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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