#49638D

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

Shades of Wedgewood #49638D

Tints of Wedgewood #49638D

Color information

#49638D (or 0x49638D) is unknown color: approx Wedgewood. HEX triplet: 49, 63 and 8D. RGB value is (73,99,141). Sum of RGB (Red+Green+Blue) = 73+99+141=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 99 (39.06% from 255 or 31.63% from 313); Blue value is 141 (55.47% from 255 or 45.05% from 313); Max value from RGB is 141 - color contains mainly: blue. Hex color #49638D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49638D is #B69C72. Grayscale: #5F5F5F. Windows color (decimal): -11967603 or 9265993. OLE color: 9265993.

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

Color convert

RGB7399141-
CMYK0.480.3000.45
HSL217.06º31.78%41.96%-
HSV(B)217.06º48.23%55.29%-
XYZ12.0212.2626.93-
YUV96.01153.39111.58-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.32%
GREEN value IS 99 (39.06% from 255) = 31.63%
BLUE value IS 141 (55.47% from 255) = 45.05%
R=23.32%
G=31.63%
B=45.05%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal73991410.480.3000.45217.0631.7841.96
Hex49638D301E02Dd9202a
Octal11114321560360553314052
Binary100100111000111000110111000011110010110111011001100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49638D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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