#476A8E

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

Shades of Wedgewood #476A8E

Tints of Wedgewood #476A8E

Color information

#476A8E (or 0x476A8E) is unknown color: approx Wedgewood. HEX triplet: 47, 6A and 8E. RGB value is (71,106,142). Sum of RGB (Red+Green+Blue) = 71+106+142=319 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.26% from 319); Green value is 106 (41.80% from 255 or 33.23% from 319); Blue value is 142 (55.86% from 255 or 44.51% from 319); Max value from RGB is 142 - color contains mainly: blue. Hex color #476A8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476A8E is #B89571. Grayscale: #636363. Windows color (decimal): -12096882 or 9333319. OLE color: 9333319.

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

Color convert

RGB71106142-
CMYK0.50.2500.44
HSL210.42º33.33%41.76%-
HSV(B)210.42º50%55.69%-
XYZ12.6413.627.55-
YUV99.64151.9107.57-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.26%
GREEN value IS 106 (41.80% from 255) = 33.23%
BLUE value IS 142 (55.86% from 255) = 44.51%
R=22.26%
G=33.23%
B=44.51%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal711061420.50.2500.44210.4233.3341.76
Hex476A8E321902Cd2212a
Octal10715221662310543224152
Binary100011111010101000111011001011001010110011010010100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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