#476F8A

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

Shades of Wedgewood #476F8A

Tints of Wedgewood #476F8A

Color information

#476F8A (or 0x476F8A) is unknown color: approx Wedgewood. HEX triplet: 47, 6F and 8A. RGB value is (71,111,138). Sum of RGB (Red+Green+Blue) = 71+111+138=320 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.19% from 320); Green value is 111 (43.75% from 255 or 34.69% from 320); Blue value is 138 (54.30% from 255 or 43.12% from 320); Max value from RGB is 138 - color contains mainly: blue. Hex color #476F8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476F8A is #B89075. Grayscale: #656565. Windows color (decimal): -12095606 or 9072455. OLE color: 9072455.

HSL color Cylindrical-coordinate representation of color #476F8A: hue angle of 204.18º 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 #476F8A is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB71111138-
CMYK0.490.2000.46
HSL204.18º32.06%40.98%-
HSV(B)204.18º48.55%54.12%-
XYZ12.8714.5426.17-
YUV102.12148.25105.8-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.19%
GREEN value IS 111 (43.75% from 255) = 34.69%
BLUE value IS 138 (54.30% from 255) = 43.12%
R=22.19%
G=34.69%
B=43.12%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal711111380.490.2000.46204.1832.0640.98
Hex476F8A311402Ecc2029
Octal10715721261240563144051
Binary100011111011111000101011000110100010111011001100100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476F8A; }

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

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

<style>
 a { background-color: #476F8A; }

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

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

<style>
 span { border-color: #476F8A; }

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

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