#476284

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

Shades of Wedgewood #476284

Tints of Wedgewood #476284

Color information

#476284 (or 0x476284) is unknown color: approx Wedgewood. HEX triplet: 47, 62 and 84. RGB value is (71,98,132). Sum of RGB (Red+Green+Blue) = 71+98+132=301 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.59% from 301); Green value is 98 (38.67% from 255 or 32.56% from 301); Blue value is 132 (51.95% from 255 or 43.85% from 301); Max value from RGB is 132 - color contains mainly: blue. Hex color #476284 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476284 is #B89D7B. Grayscale: #5D5D5D. Windows color (decimal): -12098940 or 8675911. OLE color: 8675911.

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

Color convert

RGB7198132-
CMYK0.460.2600.48
HSL213.44º30.05%39.8%-
HSV(B)213.44º46.21%51.76%-
XYZ11.1311.7423.51-
YUV93.8149.55111.74-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.59%
GREEN value IS 98 (38.67% from 255) = 32.56%
BLUE value IS 132 (51.95% from 255) = 43.85%
R=23.59%
G=32.56%
B=43.85%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal71981320.460.2600.48213.4430.0539.8
Hex4762842E1A030d51e28
Octal10714220456320603253650
Binary10001111100010100001001011101101001100001101010111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476284; }

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

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

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

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

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

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

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

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