#476985

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

Shades of Wedgewood #476985

Tints of Wedgewood #476985

Color information

#476985 (or 0x476985) is unknown color: approx Wedgewood. HEX triplet: 47, 69 and 85. RGB value is (71,105,133). Sum of RGB (Red+Green+Blue) = 71+105+133=309 (40% of max value = 765). Red value is 71 (28.12% from 255 or 22.98% from 309); Green value is 105 (41.41% from 255 or 33.98% from 309); Blue value is 133 (52.34% from 255 or 43.04% from 309); Max value from RGB is 133 - color contains mainly: blue. Hex color #476985 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476985 is #B8967A. Grayscale: #616161. Windows color (decimal): -12097147 or 8743239. OLE color: 8743239.

HSL color Cylindrical-coordinate representation of color #476985: hue angle of 207.1º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #476985 is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB71105133-
CMYK0.470.2100.48
HSL207.1º30.39%40%-
HSV(B)207.1º46.62%52.16%-
XYZ11.8813.1424.1-
YUV98.03147.74108.72-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.98%
GREEN value IS 105 (41.41% from 255) = 33.98%
BLUE value IS 133 (52.34% from 255) = 43.04%
R=22.98%
G=33.98%
B=43.04%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal711051330.470.2100.48207.130.3940
Hex4769852F15030cf1e28
Octal10715120557250603173650
Binary10001111101001100001011011111010101100001100111111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476985; }

 p { color: rgb(71,105,133); }

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

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

 a { background-color: rgb(71,105,133); }

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

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

 span { border-color: rgb(71,105,133); }

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