#49698C

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

Shades of Wedgewood #49698C

Tints of Wedgewood #49698C

Color information

#49698C (or 0x49698C) is unknown color: approx Wedgewood. HEX triplet: 49, 69 and 8C. RGB value is (73,105,140). Sum of RGB (Red+Green+Blue) = 73+105+140=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 105 (41.41% from 255 or 33.02% from 318); Blue value is 140 (55.08% from 255 or 44.03% from 318); Max value from RGB is 140 - color contains mainly: blue. Hex color #49698C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49698C is #B69673. Grayscale: #636363. Windows color (decimal): -11966068 or 9201993. OLE color: 9201993.

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

Color convert

RGB73105140-
CMYK0.480.2500.45
HSL211.34º31.46%41.76%-
HSV(B)211.34º47.86%54.9%-
XYZ12.5313.4126.74-
YUV99.42150.9109.15-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.96%
GREEN value IS 105 (41.41% from 255) = 33.02%
BLUE value IS 140 (55.08% from 255) = 44.03%
R=22.96%
G=33.02%
B=44.03%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal731051400.480.2500.45211.3431.4641.76
Hex49698C301902Dd31f2a
Octal11115121460310553233752
Binary10010011101001100011001100001100101011011101001111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49698C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49698C; }

 p { color: rgb(73,105,140); }

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

<style>
 a { background-color: #49698C; }

 a { background-color: rgb(73,105,140); }

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

<style>
 span { border-color: #49698C; }

 span { border-color: rgb(73,105,140); }

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