#47628E

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

Shades of Wedgewood #47628E

Tints of Wedgewood #47628E

Color information

#47628E (or 0x47628E) is unknown color: approx Wedgewood. HEX triplet: 47, 62 and 8E. RGB value is (71,98,142). Sum of RGB (Red+Green+Blue) = 71+98+142=311 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.83% from 311); Green value is 98 (38.67% from 255 or 31.51% from 311); Blue value is 142 (55.86% from 255 or 45.66% from 311); Max value from RGB is 142 - color contains mainly: blue. Hex color #47628E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47628E is #B89D71. Grayscale: #5E5E5E. Windows color (decimal): -12098930 or 9331271. OLE color: 9331271.

HSL color Cylindrical-coordinate representation of color #47628E: hue angle of 217.18º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #47628E is Cyan = 0.5, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7198142-
CMYK0.50.3100.44
HSL217.18º33.33%41.76%-
HSV(B)217.18º50%55.69%-
XYZ11.8512.0327.29-
YUV94.94154.55110.92-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.83%
GREEN value IS 98 (38.67% from 255) = 31.51%
BLUE value IS 142 (55.86% from 255) = 45.66%
R=22.83%
G=31.51%
B=45.66%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal71981420.50.3100.44217.1833.3341.76
Hex47628E321F02Cd9212a
Octal10714221662370543314152
Binary100011111000101000111011001011111010110011011001100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47628E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47628E; }

 p { color: rgb(71,98,142); }

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

<style>
 a { background-color: #47628E; }

 a { background-color: rgb(71,98,142); }

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

<style>
 span { border-color: #47628E; }

 span { border-color: rgb(71,98,142); }

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