#476285

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

Shades of Wedgewood #476285

Tints of Wedgewood #476285

Color information

#476285 (or 0x476285) is unknown color: approx Wedgewood. HEX triplet: 47, 62 and 85. RGB value is (71,98,133). Sum of RGB (Red+Green+Blue) = 71+98+133=302 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.51% from 302); Green value is 98 (38.67% from 255 or 32.45% from 302); Blue value is 133 (52.34% from 255 or 44.04% from 302); Max value from RGB is 133 - color contains mainly: blue. Hex color #476285 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476285 is #B89D7A. Grayscale: #5D5D5D. Windows color (decimal): -12098939 or 8741447. OLE color: 8741447.

HSL color Cylindrical-coordinate representation of color #476285: hue angle of 213.87º 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 #476285 is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7198133-
CMYK0.470.2600.48
HSL213.87º30.39%40%-
HSV(B)213.87º46.62%52.16%-
XYZ11.211.7723.87-
YUV93.92150.05111.65-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.51%
GREEN value IS 98 (38.67% from 255) = 32.45%
BLUE value IS 133 (52.34% from 255) = 44.04%
R=23.51%
G=32.45%
B=44.04%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal71981330.470.2600.48213.8730.3940
Hex4762852F1A030d61e28
Octal10714220557320603263650
Binary10001111100010100001011011111101001100001101011011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476285; }

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

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

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

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

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

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

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

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