#476B94

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

Shades of Wedgewood #476B94

Tints of Wedgewood #476B94

Color information

#476B94 (or 0x476B94) is unknown color: approx Wedgewood. HEX triplet: 47, 6B and 94. RGB value is (71,107,148). Sum of RGB (Red+Green+Blue) = 71+107+148=326 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.78% from 326); Green value is 107 (42.19% from 255 or 32.82% from 326); Blue value is 148 (58.20% from 255 or 45.40% from 326); Max value from RGB is 148 - color contains mainly: blue. Hex color #476B94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476B94 is #B8946B. Grayscale: #646464. Windows color (decimal): -12096620 or 9726791. OLE color: 9726791.

HSL color Cylindrical-coordinate representation of color #476B94: hue angle of 211.95º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #476B94 is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB71107148-
CMYK0.520.2800.42
HSL211.95º35.16%42.94%-
HSV(B)211.95º52.03%58.04%-
XYZ13.213.9930.02-
YUV100.91154.57106.67-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.78%
GREEN value IS 107 (42.19% from 255) = 32.82%
BLUE value IS 148 (58.20% from 255) = 45.40%
R=21.78%
G=32.82%
B=45.40%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal711071480.520.2800.42211.9535.1642.94
Hex476B94341C02Ad4232b
Octal10715322464340523244353
Binary100011111010111001010011010011100010101011010100100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,107,148); }

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

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

 a { background-color: rgb(71,107,148); }

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

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

 span { border-color: rgb(71,107,148); }

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