#47688E

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

Shades of Wedgewood #47688E

Tints of Wedgewood #47688E

Color information

#47688E (or 0x47688E) is unknown color: approx Wedgewood. HEX triplet: 47, 68 and 8E. RGB value is (71,104,142). Sum of RGB (Red+Green+Blue) = 71+104+142=317 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.40% from 317); Green value is 104 (41.02% from 255 or 32.81% from 317); Blue value is 142 (55.86% from 255 or 44.79% from 317); Max value from RGB is 142 - color contains mainly: blue. Hex color #47688E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47688E is #B89771. Grayscale: #626262. Windows color (decimal): -12097394 or 9332807. OLE color: 9332807.

HSL color Cylindrical-coordinate representation of color #47688E: hue angle of 212.11º 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 #47688E is Cyan = 0.5, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB71104142-
CMYK0.50.2700.44
HSL212.11º33.33%41.76%-
HSV(B)212.11º50%55.69%-
XYZ12.4313.1927.48-
YUV98.46152.57108.41-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.40%
GREEN value IS 104 (41.02% from 255) = 32.81%
BLUE value IS 142 (55.86% from 255) = 44.79%
R=22.40%
G=32.81%
B=44.79%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal711041420.50.2700.44212.1133.3341.76
Hex47688E321B02Cd4212a
Octal10715021662330543244152
Binary100011111010001000111011001011011010110011010100100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47688E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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