#47667F

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

Shades of Wedgewood #47667F

Tints of Wedgewood #47667F

Color information

#47667F (or 0x47667F) is unknown color: approx Wedgewood. HEX triplet: 47, 66 and 7F. RGB value is (71,102,127). Sum of RGB (Red+Green+Blue) = 71+102+127=300 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.67% from 300); Green value is 102 (40.23% from 255 or 34% from 300); Blue value is 127 (50% from 255 or 42.33% from 300); Max value from RGB is 127 - color contains mainly: blue. Hex color #47667F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47667F is #B89980. Grayscale: #5F5F5F. Windows color (decimal): -12097921 or 8349255. OLE color: 8349255.

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

Color convert

RGB71102127-
CMYK0.440.2000.50
HSL206.79º28.28%38.82%-
HSV(B)206.79º44.09%49.8%-
XYZ11.1812.3721.88-
YUV95.58145.73110.47-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.67%
GREEN value IS 102 (40.23% from 255) = 34%
BLUE value IS 127 (50% from 255) = 42.33%
R=23.67%
G=34%
B=42.33%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal711021270.440.2000.50206.7928.2838.82
Hex47667F2C14032cf1c27
Octal10714617754240623173447
Binary1000111110011011111111011001010001100101100111111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47667F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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