#49688D

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

Shades of Wedgewood #49688D

Tints of Wedgewood #49688D

Color information

#49688D (or 0x49688D) is unknown color: approx Wedgewood. HEX triplet: 49, 68 and 8D. RGB value is (73,104,141). Sum of RGB (Red+Green+Blue) = 73+104+141=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 104 (41.02% from 255 or 32.70% from 318); Blue value is 141 (55.47% from 255 or 44.34% from 318); Max value from RGB is 141 - color contains mainly: blue. Hex color #49688D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49688D is #B69772. Grayscale: #626262. Windows color (decimal): -11966323 or 9267273. OLE color: 9267273.

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

Color convert

RGB73104141-
CMYK0.480.2600.45
HSL212.65º31.78%41.96%-
HSV(B)212.65º48.23%55.29%-
XYZ12.5113.2427.1-
YUV98.95151.73109.49-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.96%
GREEN value IS 104 (41.02% from 255) = 32.70%
BLUE value IS 141 (55.47% from 255) = 44.34%
R=22.96%
G=32.70%
B=44.34%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal731041410.480.2600.45212.6531.7841.96
Hex49688D301A02Dd5202a
Octal11115021560320553254052
Binary100100111010001000110111000011010010110111010101100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49688D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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