#47698f

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

Shades of Wedgewood #47698F

Tints of Wedgewood #47698F

Color information

#47698F (or 0x47698F) is unknown color: approx Wedgewood. HEX triplet: 47, 69 and 8F. RGB value is (71,105,143). Sum of RGB (Red+Green+Blue) = 71+105+143=319 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.26% from 319); Green value is 105 (41.41% from 255 or 32.92% from 319); Blue value is 143 (56.25% from 255 or 44.83% from 319); Max value from RGB is 143 - color contains mainly: blue. Hex color #47698F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47698F is #B89670. Grayscale: #626262. Windows color (decimal): -12097137 or 9398599. OLE color: 9398599.

HSL color Cylindrical-coordinate representation of color #47698F: hue angle of 211.67º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #47698F is Cyan = 0.50, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB71105143-
CMYK0.500.2700.44
HSL211.67º33.64%41.96%-
HSV(B)211.67º50.35%56.08%-
XYZ12.6113.4327.91-
YUV99.17152.74107.91-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.26%
GREEN value IS 105 (41.41% from 255) = 32.92%
BLUE value IS 143 (56.25% from 255) = 44.83%
R=22.26%
G=32.92%
B=44.83%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal711051430.500.2700.44211.6733.6441.96
Hex47698F321B02Cd4222a
Octal10715121762330543244252
Binary100011111010011000111111001011011010110011010100100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47698f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47698f; }

 p { color: rgb(71,105,143); }

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

<style>
 a { background-color: #47698f; }

 a { background-color: rgb(71,105,143); }

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

<style>
 span { border-color: #47698f; }

 span { border-color: rgb(71,105,143); }

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