#476E95

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

Shades of Wedgewood #476E95

Tints of Wedgewood #476E95

Color information

#476E95 (or 0x476E95) is unknown color: approx Wedgewood. HEX triplet: 47, 6E and 95. RGB value is (71,110,149). Sum of RGB (Red+Green+Blue) = 71+110+149=330 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.52% from 330); Green value is 110 (43.36% from 255 or 33.33% from 330); Blue value is 149 (58.59% from 255 or 45.15% from 330); Max value from RGB is 149 - color contains mainly: blue. Hex color #476E95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476E95 is #B8916A. Grayscale: #666666. Windows color (decimal): -12095851 or 9793095. OLE color: 9793095.

HSL color Cylindrical-coordinate representation of color #476E95: hue angle of 210º 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 #476E95 is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB71110149-
CMYK0.520.2600.42
HSL210º35.45%43.14%-
HSV(B)210º52.35%58.43%-
XYZ13.614.6630.55-
YUV102.78154.08105.33-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.52%
GREEN value IS 110 (43.36% from 255) = 33.33%
BLUE value IS 149 (58.59% from 255) = 45.15%
R=21.52%
G=33.33%
B=45.15%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal711101490.520.2600.4221035.4543.14
Hex476E95341A02Ad2232b
Octal10715622564320523224353
Binary100011111011101001010111010011010010101011010010100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,110,149); }

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

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

 a { background-color: rgb(71,110,149); }

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

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

 span { border-color: rgb(71,110,149); }

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