#476484

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

Shades of Wedgewood #476484

Tints of Wedgewood #476484

Color information

#476484 (or 0x476484) is unknown color: approx Wedgewood. HEX triplet: 47, 64 and 84. RGB value is (71,100,132). Sum of RGB (Red+Green+Blue) = 71+100+132=303 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.43% from 303); Green value is 100 (39.45% from 255 or 33.00% from 303); Blue value is 132 (51.95% from 255 or 43.56% from 303); Max value from RGB is 132 - color contains mainly: blue. Hex color #476484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476484 is #B89B7B. Grayscale: #5E5E5E. Windows color (decimal): -12098428 or 8676423. OLE color: 8676423.

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

Color convert

RGB71100132-
CMYK0.460.2400.48
HSL211.48º30.05%39.8%-
HSV(B)211.48º46.21%51.76%-
XYZ11.3212.1223.57-
YUV94.98148.89110.9-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.43%
GREEN value IS 100 (39.45% from 255) = 33.00%
BLUE value IS 132 (51.95% from 255) = 43.56%
R=23.43%
G=33.00%
B=43.56%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal711001320.460.2400.48211.4830.0539.8
Hex4764842E18030d31e28
Octal10714420456300603233650
Binary10001111100100100001001011101100001100001101001111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476484; }

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

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

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

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

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

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

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

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