#476683

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

Shades of Wedgewood #476683

Tints of Wedgewood #476683

Color information

#476683 (or 0x476683) is unknown color: approx Wedgewood. HEX triplet: 47, 66 and 83. RGB value is (71,102,131). Sum of RGB (Red+Green+Blue) = 71+102+131=304 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.36% from 304); Green value is 102 (40.23% from 255 or 33.55% from 304); Blue value is 131 (51.56% from 255 or 43.09% from 304); Max value from RGB is 131 - color contains mainly: blue. Hex color #476683 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476683 is #B8997C. Grayscale: #5F5F5F. Windows color (decimal): -12097917 or 8611399. OLE color: 8611399.

HSL color Cylindrical-coordinate representation of color #476683: hue angle of 209º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #476683 is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB71102131-
CMYK0.460.2200.49
HSL209º29.7%39.61%-
HSV(B)209º45.8%51.37%-
XYZ11.4512.4823.28-
YUV96.04147.73110.14-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.36%
GREEN value IS 102 (40.23% from 255) = 33.55%
BLUE value IS 131 (51.56% from 255) = 43.09%
R=23.36%
G=33.55%
B=43.09%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal711021310.460.2200.4920929.739.61
Hex4766832E16031d11e28
Octal10714620356260613213650
Binary10001111100110100000111011101011001100011101000111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476683; }

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

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

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

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

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

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

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

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