#49698D

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

Shades of Wedgewood #49698D

Tints of Wedgewood #49698D

Color information

#49698D (or 0x49698D) is unknown color: approx Wedgewood. HEX triplet: 49, 69 and 8D. RGB value is (73,105,141). Sum of RGB (Red+Green+Blue) = 73+105+141=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 105 (41.41% from 255 or 32.92% from 319); Blue value is 141 (55.47% from 255 or 44.20% from 319); Max value from RGB is 141 - color contains mainly: blue. Hex color #49698D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49698D is #B69672. Grayscale: #636363. Windows color (decimal): -11966067 or 9267529. OLE color: 9267529.

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

Color convert

RGB73105141-
CMYK0.480.2600.45
HSL211.76º31.78%41.96%-
HSV(B)211.76º48.23%55.29%-
XYZ12.6113.4427.13-
YUV99.54151.4109.07-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.88%
GREEN value IS 105 (41.41% from 255) = 32.92%
BLUE value IS 141 (55.47% from 255) = 44.20%
R=22.88%
G=32.92%
B=44.20%

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
Decimal731051410.480.2600.45211.7631.7841.96
Hex49698D301A02Dd4202a
Octal11115121560320553244052
Binary100100111010011000110111000011010010110111010100100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49698D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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