#49668C

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

Shades of Wedgewood #49668C

Tints of Wedgewood #49668C

Color information

#49668C (or 0x49668C) is unknown color: approx Wedgewood. HEX triplet: 49, 66 and 8C. RGB value is (73,102,140). Sum of RGB (Red+Green+Blue) = 73+102+140=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 102 (40.23% from 255 or 32.38% from 315); Blue value is 140 (55.08% from 255 or 44.44% from 315); Max value from RGB is 140 - color contains mainly: blue. Hex color #49668C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49668C is #B69973. Grayscale: #616161. Windows color (decimal): -11966836 or 9201225. OLE color: 9201225.

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

Color convert

RGB73102140-
CMYK0.480.2700.45
HSL214.03º31.46%41.76%-
HSV(B)214.03º47.86%54.9%-
XYZ12.2312.8126.64-
YUV97.66151.89110.41-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.17%
GREEN value IS 102 (40.23% from 255) = 32.38%
BLUE value IS 140 (55.08% from 255) = 44.44%
R=23.17%
G=32.38%
B=44.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal731021400.480.2700.45214.0331.4641.76
Hex49668C301B02Dd61f2a
Octal11114621460330553263752
Binary10010011100110100011001100001101101011011101011011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49668C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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