#476286

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

Shades of Wedgewood #476286

Tints of Wedgewood #476286

Color information

#476286 (or 0x476286) is unknown color: approx Wedgewood. HEX triplet: 47, 62 and 86. RGB value is (71,98,134). Sum of RGB (Red+Green+Blue) = 71+98+134=303 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.43% from 303); Green value is 98 (38.67% from 255 or 32.34% from 303); Blue value is 134 (52.73% from 255 or 44.22% from 303); Max value from RGB is 134 - color contains mainly: blue. Hex color #476286 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476286 is #B89D79. Grayscale: #5D5D5D. Windows color (decimal): -12098938 or 8806983. OLE color: 8806983.

HSL color Cylindrical-coordinate representation of color #476286: hue angle of 214.29º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #476286 is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7198134-
CMYK0.470.2700.47
HSL214.29º30.73%40.2%-
HSV(B)214.29º47.01%52.55%-
XYZ11.2711.824.24-
YUV94.03150.55111.57-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.43%
GREEN value IS 98 (38.67% from 255) = 32.34%
BLUE value IS 134 (52.73% from 255) = 44.22%
R=23.43%
G=32.34%
B=44.22%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal71981340.470.2700.47214.2930.7340.2
Hex4762862F1B02Fd61f28
Octal10714220657330573263750
Binary10001111100010100001101011111101101011111101011011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476286; }

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

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

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

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

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

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

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

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