#47668A

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

Shades of Wedgewood #47668A

Tints of Wedgewood #47668A

Color information

#47668A (or 0x47668A) is unknown color: approx Wedgewood. HEX triplet: 47, 66 and 8A. RGB value is (71,102,138). Sum of RGB (Red+Green+Blue) = 71+102+138=311 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.83% from 311); Green value is 102 (40.23% from 255 or 32.80% from 311); Blue value is 138 (54.30% from 255 or 44.37% from 311); Max value from RGB is 138 - color contains mainly: blue. Hex color #47668A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47668A is #B89975. Grayscale: #606060. Windows color (decimal): -12097910 or 9070151. OLE color: 9070151.

HSL color Cylindrical-coordinate representation of color #47668A: hue angle of 212.24º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #47668A is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB71102138-
CMYK0.490.2600.46
HSL212.24º32.06%40.98%-
HSV(B)212.24º48.55%54.12%-
XYZ11.9412.6825.86-
YUV96.84151.23109.57-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.83%
GREEN value IS 102 (40.23% from 255) = 32.80%
BLUE value IS 138 (54.30% from 255) = 44.37%
R=22.83%
G=32.80%
B=44.37%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal711021380.490.2600.46212.2432.0640.98
Hex47668A311A02Ed42029
Octal10714621261320563244051
Binary100011111001101000101011000111010010111011010100100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47668A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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