#476984

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

Shades of Wedgewood #476984

Tints of Wedgewood #476984

Color information

#476984 (or 0x476984) is unknown color: approx Wedgewood. HEX triplet: 47, 69 and 84. RGB value is (71,105,132). Sum of RGB (Red+Green+Blue) = 71+105+132=308 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.05% from 308); Green value is 105 (41.41% from 255 or 34.09% from 308); Blue value is 132 (51.95% from 255 or 42.86% from 308); Max value from RGB is 132 - color contains mainly: blue. Hex color #476984 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476984 is #B8967B. Grayscale: #616161. Windows color (decimal): -12097148 or 8677703. OLE color: 8677703.

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

Color convert

RGB71105132-
CMYK0.460.2000.48
HSL206.56º30.05%39.8%-
HSV(B)206.56º46.21%51.76%-
XYZ11.8113.1123.74-
YUV97.91147.24108.8-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.05%
GREEN value IS 105 (41.41% from 255) = 34.09%
BLUE value IS 132 (51.95% from 255) = 42.86%
R=23.05%
G=34.09%
B=42.86%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal711051320.460.2000.48206.5630.0539.8
Hex4769842E14030cf1e28
Octal10715120456240603173650
Binary10001111101001100001001011101010001100001100111111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476984; }

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

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

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

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

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

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

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

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