#47677F

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

Shades of Wedgewood #47677F

Tints of Wedgewood #47677F

Color information

#47677F (or 0x47677F) is unknown color: approx Wedgewood. HEX triplet: 47, 67 and 7F. RGB value is (71,103,127). Sum of RGB (Red+Green+Blue) = 71+103+127=301 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.59% from 301); Green value is 103 (40.62% from 255 or 34.22% from 301); Blue value is 127 (50% from 255 or 42.19% from 301); Max value from RGB is 127 - color contains mainly: blue. Hex color #47677F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47677F is #B89880. Grayscale: #606060. Windows color (decimal): -12097665 or 8349511. OLE color: 8349511.

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

Color convert

RGB71103127-
CMYK0.440.1900.50
HSL205.71º28.28%38.82%-
HSV(B)205.71º44.09%49.8%-
XYZ11.2812.5721.91-
YUV96.17145.4110.05-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.59%
GREEN value IS 103 (40.62% from 255) = 34.22%
BLUE value IS 127 (50% from 255) = 42.19%
R=23.59%
G=34.22%
B=42.19%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal711031270.440.1900.50205.7128.2838.82
Hex47677F2C13032ce1c27
Octal10714717754230623163447
Binary1000111110011111111111011001001101100101100111011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47677F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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