#476584

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

Shades of Wedgewood #476584

Tints of Wedgewood #476584

Color information

#476584 (or 0x476584) is unknown color: approx Wedgewood. HEX triplet: 47, 65 and 84. RGB value is (71,101,132). Sum of RGB (Red+Green+Blue) = 71+101+132=304 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.36% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 132 (51.95% from 255 or 43.42% from 304); Max value from RGB is 132 - color contains mainly: blue. Hex color #476584 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476584 is #B89A7B. Grayscale: #5F5F5F. Windows color (decimal): -12098172 or 8676679. OLE color: 8676679.

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

Color convert

RGB71101132-
CMYK0.460.2300.48
HSL210.49º30.05%39.8%-
HSV(B)210.49º46.21%51.76%-
XYZ11.4212.3123.6-
YUV95.56148.56110.48-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.36%
GREEN value IS 101 (39.84% from 255) = 33.22%
BLUE value IS 132 (51.95% from 255) = 43.42%
R=23.36%
G=33.22%
B=43.42%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal711011320.460.2300.48210.4930.0539.8
Hex4765842E17030d21e28
Octal10714520456270603223650
Binary10001111100101100001001011101011101100001101001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476584; }

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

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

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

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

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

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

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

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