#47637F

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

Shades of Wedgewood #47637F

Tints of Wedgewood #47637F

Color information

#47637F (or 0x47637F) is unknown color: approx Wedgewood. HEX triplet: 47, 63 and 7F. RGB value is (71,99,127). Sum of RGB (Red+Green+Blue) = 71+99+127=297 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.91% from 297); Green value is 99 (39.06% from 255 or 33.33% from 297); Blue value is 127 (50% from 255 or 42.76% from 297); Max value from RGB is 127 - color contains mainly: blue. Hex color #47637F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47637F is #B89C80. Grayscale: #5D5D5D. Windows color (decimal): -12098689 or 8348487. OLE color: 8348487.

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

Color convert

RGB7199127-
CMYK0.440.2200.50
HSL210º28.28%38.82%-
HSV(B)210º44.09%49.8%-
XYZ10.8911.821.78-
YUV93.82146.72111.72-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.91%
GREEN value IS 99 (39.06% from 255) = 33.33%
BLUE value IS 127 (50% from 255) = 42.76%
R=23.91%
G=33.33%
B=42.76%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal71991270.440.2200.5021028.2838.82
Hex47637F2C16032d21c27
Octal10714317754260623223447
Binary1000111110001111111111011001011001100101101001011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47637F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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