#473277

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

Shades of Windsor #473277

Tints of Windsor #473277

Color information

#473277 (or 0x473277) is unknown color: approx Windsor. HEX triplet: 47, 32 and 77. RGB value is (71,50,119). Sum of RGB (Red+Green+Blue) = 71+50+119=240 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.58% from 240); Green value is 50 (19.92% from 255 or 20.83% from 240); Blue value is 119 (46.88% from 255 or 49.58% from 240); Max value from RGB is 119 - color contains mainly: blue. Hex color #473277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473277 is #B8CD88. Grayscale: #3F3F3F. Windows color (decimal): -12111241 or 7811655. OLE color: 7811655.

HSL color Cylindrical-coordinate representation of color #473277: hue angle of 258.26º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #473277 is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7150119-
CMYK0.400.5800.53
HSL258.26º40.83%33.14%-
HSV(B)258.26º57.98%46.67%-
XYZ7.074.9518.04-
YUV64.14158.96132.89-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.58%
GREEN value IS 50 (19.92% from 255) = 20.83%
BLUE value IS 119 (46.88% from 255) = 49.58%
R=29.58%
G=20.83%
B=49.58%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71501190.400.5800.53258.2640.8333.14
Hex473277283A0351022921
Octal1076216750720654025141
Binary100011111001011101111010001110100110101100000010101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473277; }

 p { color: rgb(71,50,119); }

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

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

 a { background-color: rgb(71,50,119); }

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

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

 span { border-color: rgb(71,50,119); }

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