#473476

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

Shades of Windsor #473476

Tints of Windsor #473476

Color information

#473476 (or 0x473476) is unknown color: approx Windsor. HEX triplet: 47, 34 and 76. RGB value is (71,52,118). Sum of RGB (Red+Green+Blue) = 71+52+118=241 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.46% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 118 (46.48% from 255 or 48.96% from 241); Max value from RGB is 118 - color contains mainly: blue. Hex color #473476 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473476 is #B8CB89. Grayscale: #404040. Windows color (decimal): -12110730 or 7746631. OLE color: 7746631.

HSL color Cylindrical-coordinate representation of color #473476: hue angle of 257.27º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #473476 is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7152118-
CMYK0.400.5600.54
HSL257.27º38.82%33.33%-
HSV(B)257.27º55.93%46.27%-
XYZ7.15.117.75-
YUV65.2157.79132.13-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.46%
GREEN value IS 52 (20.70% from 255) = 21.58%
BLUE value IS 118 (46.48% from 255) = 48.96%
R=29.46%
G=21.58%
B=48.96%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71521180.400.5600.54257.2738.8233.33
Hex47347628380361012721
Octal1076416650700664014741
Binary100011111010011101101010001110000110110100000001100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473476; }

 p { color: rgb(71,52,118); }

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

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

 a { background-color: rgb(71,52,118); }

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

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

 span { border-color: rgb(71,52,118); }

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