#476586

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

Shades of Wedgewood #476586

Tints of Wedgewood #476586

Color information

#476586 (or 0x476586) is unknown color: approx Wedgewood. HEX triplet: 47, 65 and 86. RGB value is (71,101,134). Sum of RGB (Red+Green+Blue) = 71+101+134=306 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.20% from 306); Green value is 101 (39.84% from 255 or 33.01% from 306); Blue value is 134 (52.73% from 255 or 43.79% from 306); Max value from RGB is 134 - color contains mainly: blue. Hex color #476586 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476586 is #B89A79. Grayscale: #5F5F5F. Windows color (decimal): -12098170 or 8807751. OLE color: 8807751.

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

Color convert

RGB71101134-
CMYK0.470.2500.47
HSL211.43º30.73%40.2%-
HSV(B)211.43º47.01%52.55%-
XYZ11.5612.3724.33-
YUV95.79149.56110.32-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.20%
GREEN value IS 101 (39.84% from 255) = 33.01%
BLUE value IS 134 (52.73% from 255) = 43.79%
R=23.20%
G=33.01%
B=43.79%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal711011340.470.2500.47211.4330.7340.2
Hex4765862F1902Fd31f28
Octal10714520657310573233750
Binary10001111100101100001101011111100101011111101001111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476586; }

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

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

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

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

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

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

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

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