#473776

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

Shades of Windsor #473776

Tints of Windsor #473776

Color information

#473776 (or 0x473776) is unknown color: approx Windsor. HEX triplet: 47, 37 and 76. RGB value is (71,55,118). Sum of RGB (Red+Green+Blue) = 71+55+118=244 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.10% from 244); Green value is 55 (21.88% from 255 or 22.54% from 244); Blue value is 118 (46.48% from 255 or 48.36% from 244); Max value from RGB is 118 - color contains mainly: blue. Hex color #473776 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473776 is #B8C889. Grayscale: #424242. Windows color (decimal): -12109962 or 7747399. OLE color: 7747399.

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

Color convert

RGB7155118-
CMYK0.400.5300.54
HSL255.24º36.42%33.92%-
HSV(B)255.24º53.39%46.27%-
XYZ7.235.3817.8-
YUV66.97156.8130.88-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.10%
GREEN value IS 55 (21.88% from 255) = 22.54%
BLUE value IS 118 (46.48% from 255) = 48.36%
R=29.10%
G=22.54%
B=48.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71551180.400.5300.54255.2436.4233.92
Hex4737762835036ff2422
Octal1076716650650663774442
Binary10001111101111110110101000110101011011011111111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473776; }

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

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

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

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

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

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

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

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