#49618A

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

Shades of Wedgewood #49618A

Tints of Wedgewood #49618A

Color information

#49618A (or 0x49618A) is unknown color: approx Wedgewood. HEX triplet: 49, 61 and 8A. RGB value is (73,97,138). Sum of RGB (Red+Green+Blue) = 73+97+138=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 97 (38.28% from 255 or 31.49% from 308); Blue value is 138 (54.30% from 255 or 44.81% from 308); Max value from RGB is 138 - color contains mainly: blue. Hex color #49618A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49618A is #B69E75. Grayscale: #5E5E5E. Windows color (decimal): -11968118 or 9068873. OLE color: 9068873.

HSL color Cylindrical-coordinate representation of color #49618A: hue angle of 217.85º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #49618A is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7397138-
CMYK0.470.3000.46
HSL217.85º30.81%41.37%-
HSV(B)217.85º47.1%54.12%-
XYZ11.6111.825.71-
YUV94.5152.55112.67-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.70%
GREEN value IS 97 (38.28% from 255) = 31.49%
BLUE value IS 138 (54.30% from 255) = 44.81%
R=23.70%
G=31.49%
B=44.81%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal73971380.470.3000.46217.8530.8141.37
Hex49618A2F1E02Eda1f29
Octal11114121257360563323751
Binary10010011100001100010101011111111001011101101101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49618A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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