#49668D

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

Shades of Wedgewood #49668D

Tints of Wedgewood #49668D

Color information

#49668D (or 0x49668D) is unknown color: approx Wedgewood. HEX triplet: 49, 66 and 8D. RGB value is (73,102,141). Sum of RGB (Red+Green+Blue) = 73+102+141=316 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.10% from 316); Green value is 102 (40.23% from 255 or 32.28% from 316); Blue value is 141 (55.47% from 255 or 44.62% from 316); Max value from RGB is 141 - color contains mainly: blue. Hex color #49668D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49668D is #B69972. Grayscale: #616161. Windows color (decimal): -11966835 or 9266761. OLE color: 9266761.

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

Color convert

RGB73102141-
CMYK0.480.2800.45
HSL214.41º31.78%41.96%-
HSV(B)214.41º48.23%55.29%-
XYZ12.3112.8427.03-
YUV97.78152.39110.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.10%
GREEN value IS 102 (40.23% from 255) = 32.28%
BLUE value IS 141 (55.47% from 255) = 44.62%
R=23.10%
G=32.28%
B=44.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal731021410.480.2800.45214.4131.7841.96
Hex49668D301C02Dd6202a
Octal11114621560340553264052
Binary100100111001101000110111000011100010110111010110100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49668D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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