#47657C

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

Shades of Wedgewood #47657C

Tints of Wedgewood #47657C

Color information

#47657C (or 0x47657C) is unknown color: approx Wedgewood. HEX triplet: 47, 65 and 7C. RGB value is (71,101,124). Sum of RGB (Red+Green+Blue) = 71+101+124=296 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.99% from 296); Green value is 101 (39.84% from 255 or 34.12% from 296); Blue value is 124 (48.83% from 255 or 41.89% from 296); Max value from RGB is 124 - color contains mainly: blue. Hex color #47657C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47657C is #B89A83. Grayscale: #5E5E5E. Windows color (decimal): -12098180 or 8152391. OLE color: 8152391.

HSL color Cylindrical-coordinate representation of color #47657C: hue angle of 206.04º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #47657C is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB71101124-
CMYK0.430.1900.51
HSL206.04º27.18%38.24%-
HSV(B)206.04º42.74%48.63%-
XYZ10.8912.120.83-
YUV94.65144.56111.13-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.99%
GREEN value IS 101 (39.84% from 255) = 34.12%
BLUE value IS 124 (48.83% from 255) = 41.89%
R=23.99%
G=34.12%
B=41.89%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal711011240.430.1900.51206.0427.1838.24
Hex47657C2B13033ce1b26
Octal10714517453230633163346
Binary1000111110010111111001010111001101100111100111011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47657C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47657C; }

 p { color: rgb(71,101,124); }

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

<style>
 a { background-color: #47657C; }

 a { background-color: rgb(71,101,124); }

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

<style>
 span { border-color: #47657C; }

 span { border-color: rgb(71,101,124); }

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