#49668E

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

Shades of Wedgewood #49668E

Tints of Wedgewood #49668E

Color information

#49668E (or 0x49668E) is unknown color: approx Wedgewood. HEX triplet: 49, 66 and 8E. RGB value is (73,102,142). Sum of RGB (Red+Green+Blue) = 73+102+142=317 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.03% from 317); Green value is 102 (40.23% from 255 or 32.18% from 317); Blue value is 142 (55.86% from 255 or 44.79% from 317); Max value from RGB is 142 - color contains mainly: blue. Hex color #49668E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49668E is #B69971. Grayscale: #616161. Windows color (decimal): -11966834 or 9332297. OLE color: 9332297.

HSL color Cylindrical-coordinate representation of color #49668E: hue angle of 214.78º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #49668E is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB73102142-
CMYK0.490.2800.44
HSL214.78º32.09%42.16%-
HSV(B)214.78º48.59%55.69%-
XYZ12.3812.8727.42-
YUV97.89152.89110.25-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.03%
GREEN value IS 102 (40.23% from 255) = 32.18%
BLUE value IS 142 (55.86% from 255) = 44.79%
R=23.03%
G=32.18%
B=44.79%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal731021420.490.2800.44214.7832.0942.16
Hex49668E311C02Cd7202a
Octal11114621661340543274052
Binary100100111001101000111011000111100010110011010111100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49668E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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