#47647F

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

Shades of Wedgewood #47647F

Tints of Wedgewood #47647F

Color information

#47647F (or 0x47647F) is unknown color: approx Wedgewood. HEX triplet: 47, 64 and 7F. RGB value is (71,100,127). Sum of RGB (Red+Green+Blue) = 71+100+127=298 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.83% from 298); Green value is 100 (39.45% from 255 or 33.56% from 298); Blue value is 127 (50% from 255 or 42.62% from 298); Max value from RGB is 127 - color contains mainly: blue. Hex color #47647F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47647F is #B89B80. Grayscale: #5E5E5E. Windows color (decimal): -12098433 or 8348743. OLE color: 8348743.

HSL color Cylindrical-coordinate representation of color #47647F: hue angle of 208.93º 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 #47647F is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB71100127-
CMYK0.440.2100.50
HSL208.93º28.28%38.82%-
HSV(B)208.93º44.09%49.8%-
XYZ10.9911.9921.81-
YUV94.41146.39111.3-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.83%
GREEN value IS 100 (39.45% from 255) = 33.56%
BLUE value IS 127 (50% from 255) = 42.62%
R=23.83%
G=33.56%
B=42.62%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal711001270.440.2100.50208.9328.2838.82
Hex47647F2C15032d11c27
Octal10714417754250623213447
Binary1000111110010011111111011001010101100101101000111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47647F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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