#476483

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

Shades of Wedgewood #476483

Tints of Wedgewood #476483

Color information

#476483 (or 0x476483) is unknown color: approx Wedgewood. HEX triplet: 47, 64 and 83. RGB value is (71,100,131). Sum of RGB (Red+Green+Blue) = 71+100+131=302 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.51% from 302); Green value is 100 (39.45% from 255 or 33.11% from 302); Blue value is 131 (51.56% from 255 or 43.38% from 302); Max value from RGB is 131 - color contains mainly: blue. Hex color #476483 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476483 is #B89B7C. Grayscale: #5E5E5E. Windows color (decimal): -12098429 or 8610887. OLE color: 8610887.

HSL color Cylindrical-coordinate representation of color #476483: hue angle of 211º 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 #476483 is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB71100131-
CMYK0.460.2400.49
HSL211º29.7%39.61%-
HSV(B)211º45.8%51.37%-
XYZ11.2512.0923.21-
YUV94.86148.39110.98-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.51%
GREEN value IS 100 (39.45% from 255) = 33.11%
BLUE value IS 131 (51.56% from 255) = 43.38%
R=23.51%
G=33.11%
B=43.38%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal711001310.460.2400.4921129.739.61
Hex4764832E18031d31e28
Octal10714420356300613233650
Binary10001111100100100000111011101100001100011101001111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476483; }

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

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

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

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

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

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

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

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