#476684

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

Shades of Wedgewood #476684

Tints of Wedgewood #476684

Color information

#476684 (or 0x476684) is unknown color: approx Wedgewood. HEX triplet: 47, 66 and 84. RGB value is (71,102,132). Sum of RGB (Red+Green+Blue) = 71+102+132=305 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.28% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 132 (51.95% from 255 or 43.28% from 305); Max value from RGB is 132 - color contains mainly: blue. Hex color #476684 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476684 is #B8997B. Grayscale: #606060. Windows color (decimal): -12097916 or 8676935. OLE color: 8676935.

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

Color convert

RGB71102132-
CMYK0.460.2300.48
HSL209.51º30.05%39.8%-
HSV(B)209.51º46.21%51.76%-
XYZ11.5112.5123.64-
YUV96.15148.23110.06-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.28%
GREEN value IS 102 (40.23% from 255) = 33.44%
BLUE value IS 132 (51.95% from 255) = 43.28%
R=23.28%
G=33.44%
B=43.28%

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
Decimal711021320.460.2300.48209.5130.0539.8
Hex4766842E17030d21e28
Octal10714620456270603223650
Binary10001111100110100001001011101011101100001101001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476684; }

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

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

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

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

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

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

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

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