#47668C

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

Shades of Wedgewood #47668C

Tints of Wedgewood #47668C

Color information

#47668C (or 0x47668C) is unknown color: approx Wedgewood. HEX triplet: 47, 66 and 8C. RGB value is (71,102,140). Sum of RGB (Red+Green+Blue) = 71+102+140=313 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.68% from 313); Green value is 102 (40.23% from 255 or 32.59% from 313); Blue value is 140 (55.08% from 255 or 44.73% from 313); Max value from RGB is 140 - color contains mainly: blue. Hex color #47668C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47668C is #B89973. Grayscale: #606060. Windows color (decimal): -12097908 or 9201223. OLE color: 9201223.

HSL color Cylindrical-coordinate representation of color #47668C: hue angle of 213.04º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #47668C is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB71102140-
CMYK0.490.2700.45
HSL213.04º32.7%41.37%-
HSV(B)213.04º49.29%54.9%-
XYZ12.0812.7426.63-
YUV97.06152.23109.41-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.68%
GREEN value IS 102 (40.23% from 255) = 32.59%
BLUE value IS 140 (55.08% from 255) = 44.73%
R=22.68%
G=32.59%
B=44.73%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal711021400.490.2700.45213.0432.741.37
Hex47668C311B02Dd52129
Octal10714621461330553254151
Binary100011111001101000110011000111011010110111010101100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47668C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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