#47627A

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

Shades of Wedgewood #47627A

Tints of Wedgewood #47627A

Color information

#47627A (or 0x47627A) is unknown color: approx Wedgewood. HEX triplet: 47, 62 and 7A. RGB value is (71,98,122). Sum of RGB (Red+Green+Blue) = 71+98+122=291 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.40% from 291); Green value is 98 (38.67% from 255 or 33.68% from 291); Blue value is 122 (48.05% from 255 or 41.92% from 291); Max value from RGB is 122 - color contains mainly: blue. Hex color #47627A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47627A is #B89D85. Grayscale: #5C5C5C. Windows color (decimal): -12098950 or 8020551. OLE color: 8020551.

HSL color Cylindrical-coordinate representation of color #47627A: hue angle of 208.24º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #47627A is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7198122-
CMYK0.420.2000.52
HSL208.24º26.42%37.84%-
HSV(B)208.24º41.8%47.84%-
XYZ10.4811.4820.08-
YUV92.66144.55112.55-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.40%
GREEN value IS 98 (38.67% from 255) = 33.68%
BLUE value IS 122 (48.05% from 255) = 41.92%
R=24.40%
G=33.68%
B=41.92%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal71981220.420.2000.52208.2426.4237.84
Hex47627A2A14034d01a26
Octal10714217252240643203246
Binary1000111110001011110101010101010001101001101000011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47627A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47627A; }

 p { color: rgb(71,98,122); }

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

<style>
 a { background-color: #47627A; }

 a { background-color: rgb(71,98,122); }

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

<style>
 span { border-color: #47627A; }

 span { border-color: rgb(71,98,122); }

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