#476685

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

Shades of Wedgewood #476685

Tints of Wedgewood #476685

Color information

#476685 (or 0x476685) is unknown color: approx Wedgewood. HEX triplet: 47, 66 and 85. RGB value is (71,102,133). Sum of RGB (Red+Green+Blue) = 71+102+133=306 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.20% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 133 (52.34% from 255 or 43.46% from 306); Max value from RGB is 133 - color contains mainly: blue. Hex color #476685 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476685 is #B8997A. Grayscale: #606060. Windows color (decimal): -12097915 or 8742471. OLE color: 8742471.

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

Color convert

RGB71102133-
CMYK0.470.2300.48
HSL210º30.39%40%-
HSV(B)210º46.62%52.16%-
XYZ11.5812.5424-
YUV96.26148.73109.98-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.20%
GREEN value IS 102 (40.23% from 255) = 33.33%
BLUE value IS 133 (52.34% from 255) = 43.46%
R=23.20%
G=33.33%
B=43.46%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal711021330.470.2300.4821030.3940
Hex4766852F17030d21e28
Octal10714620557270603223650
Binary10001111100110100001011011111011101100001101001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476685; }

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

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

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

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

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

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

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

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