#49648A

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

Shades of Wedgewood #49648A

Tints of Wedgewood #49648A

Color information

#49648A (or 0x49648A) is unknown color: approx Wedgewood. HEX triplet: 49, 64 and 8A. RGB value is (73,100,138). Sum of RGB (Red+Green+Blue) = 73+100+138=311 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.47% from 311); Green value is 100 (39.45% from 255 or 32.15% from 311); Blue value is 138 (54.30% from 255 or 44.37% from 311); Max value from RGB is 138 - color contains mainly: blue. Hex color #49648A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49648A is #B69B75. Grayscale: #606060. Windows color (decimal): -11967350 or 9069641. OLE color: 9069641.

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

Color convert

RGB73100138-
CMYK0.470.2800.46
HSL215.08º30.81%41.37%-
HSV(B)215.08º47.1%54.12%-
XYZ11.8912.3725.8-
YUV96.26151.55111.41-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.47%
GREEN value IS 100 (39.45% from 255) = 32.15%
BLUE value IS 138 (54.30% from 255) = 44.37%
R=23.47%
G=32.15%
B=44.37%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal731001380.470.2800.46215.0830.8141.37
Hex49648A2F1C02Ed71f29
Octal11114421257340563273751
Binary10010011100100100010101011111110001011101101011111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49648A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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