#49608A

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

Shades of Wedgewood #49608A

Tints of Wedgewood #49608A

Color information

#49608A (or 0x49608A) is unknown color: approx Wedgewood. HEX triplet: 49, 60 and 8A. RGB value is (73,96,138). Sum of RGB (Red+Green+Blue) = 73+96+138=307 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.78% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 138 (54.30% from 255 or 44.95% from 307); Max value from RGB is 138 - color contains mainly: blue. Hex color #49608A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49608A is #B69F75. Grayscale: #5D5D5D. Windows color (decimal): -11968374 or 9068617. OLE color: 9068617.

HSL color Cylindrical-coordinate representation of color #49608A: hue angle of 218.77º 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 #49608A is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7396138-
CMYK0.470.3000.46
HSL218.77º30.81%41.37%-
HSV(B)218.77º47.1%54.12%-
XYZ11.5211.6225.68-
YUV93.91152.88113.08-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.78%
GREEN value IS 96 (37.89% from 255) = 31.27%
BLUE value IS 138 (54.30% from 255) = 44.95%
R=23.78%
G=31.27%
B=44.95%

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
Decimal73961380.470.3000.46218.7730.8141.37
Hex49608A2F1E02Edb1f29
Octal11114021257360563333751
Binary10010011100000100010101011111111001011101101101111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49608A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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