#49678C

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

Shades of Wedgewood #49678C

Tints of Wedgewood #49678C

Color information

#49678C (or 0x49678C) is unknown color: approx Wedgewood. HEX triplet: 49, 67 and 8C. RGB value is (73,103,140). Sum of RGB (Red+Green+Blue) = 73+103+140=316 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.10% from 316); Green value is 103 (40.62% from 255 or 32.59% from 316); Blue value is 140 (55.08% from 255 or 44.30% from 316); Max value from RGB is 140 - color contains mainly: blue. Hex color #49678C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49678C is #B69873. Grayscale: #626262. Windows color (decimal): -11966580 or 9201481. OLE color: 9201481.

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

Color convert

RGB73103140-
CMYK0.480.2600.45
HSL213.13º31.46%41.76%-
HSV(B)213.13º47.86%54.9%-
XYZ12.3313.0126.67-
YUV98.25151.56109.99-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.10%
GREEN value IS 103 (40.62% from 255) = 32.59%
BLUE value IS 140 (55.08% from 255) = 44.30%
R=23.10%
G=32.59%
B=44.30%

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
Decimal731031400.480.2600.45213.1331.4641.76
Hex49678C301A02Dd51f2a
Octal11114721460320553253752
Binary10010011100111100011001100001101001011011101010111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49678C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49678C; }

 p { color: rgb(73,103,140); }

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

<style>
 a { background-color: #49678C; }

 a { background-color: rgb(73,103,140); }

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

<style>
 span { border-color: #49678C; }

 span { border-color: rgb(73,103,140); }

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