#47687F

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

Shades of Wedgewood #47687F

Tints of Wedgewood #47687F

Color information

#47687F (or 0x47687F) is unknown color: approx Wedgewood. HEX triplet: 47, 68 and 7F. RGB value is (71,104,127). Sum of RGB (Red+Green+Blue) = 71+104+127=302 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.51% from 302); Green value is 104 (41.02% from 255 or 34.44% from 302); Blue value is 127 (50% from 255 or 42.05% from 302); Max value from RGB is 127 - color contains mainly: blue. Hex color #47687F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47687F is #B89780. Grayscale: #606060. Windows color (decimal): -12097409 or 8349767. OLE color: 8349767.

HSL color Cylindrical-coordinate representation of color #47687F: hue angle of 204.64º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #47687F is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB71104127-
CMYK0.440.1800.50
HSL204.64º28.28%38.82%-
HSV(B)204.64º44.09%49.8%-
XYZ11.3812.7721.94-
YUV96.75145.07109.63-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.51%
GREEN value IS 104 (41.02% from 255) = 34.44%
BLUE value IS 127 (50% from 255) = 42.05%
R=23.51%
G=34.44%
B=42.05%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal711041270.440.1800.50204.6428.2838.82
Hex47687F2C12032cd1c27
Octal10715017754220623153447
Binary1000111110100011111111011001001001100101100110111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47687F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47687F; }

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

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

<style>
 a { background-color: #47687F; }

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

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

<style>
 span { border-color: #47687F; }

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

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