#476F8E

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

Shades of Wedgewood #476F8E

Tints of Wedgewood #476F8E

Color information

#476F8E (or 0x476F8E) is unknown color: approx Wedgewood. HEX triplet: 47, 6F and 8E. RGB value is (71,111,142). Sum of RGB (Red+Green+Blue) = 71+111+142=324 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.91% from 324); Green value is 111 (43.75% from 255 or 34.26% from 324); Blue value is 142 (55.86% from 255 or 43.83% from 324); Max value from RGB is 142 - color contains mainly: blue. Hex color #476F8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476F8E is #B89071. Grayscale: #666666. Windows color (decimal): -12095602 or 9334599. OLE color: 9334599.

HSL color Cylindrical-coordinate representation of color #476F8E: hue angle of 206.2º degrees, saturation: 0.33, 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 #476F8E is Cyan = 0.5, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB71111142-
CMYK0.50.2200.44
HSL206.2º33.33%41.76%-
HSV(B)206.2º50%55.69%-
XYZ13.1714.6627.73-
YUV102.57150.25105.48-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.91%
GREEN value IS 111 (43.75% from 255) = 34.26%
BLUE value IS 142 (55.86% from 255) = 43.83%
R=21.91%
G=34.26%
B=43.83%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal711111420.50.2200.44206.233.3341.76
Hex476F8E321602Cce212a
Octal10715721662260543164152
Binary100011111011111000111011001010110010110011001110100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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