#473077

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

Shades of Windsor #473077

Tints of Windsor #473077

Color information

#473077 (or 0x473077) is unknown color: approx Windsor. HEX triplet: 47, 30 and 77. RGB value is (71,48,119). Sum of RGB (Red+Green+Blue) = 71+48+119=238 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.83% from 238); Green value is 48 (19.14% from 255 or 20.17% from 238); Blue value is 119 (46.88% from 255 or 50% from 238); Max value from RGB is 119 - color contains mainly: blue. Hex color #473077 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473077 is #B8CF88. Grayscale: #3E3E3E. Windows color (decimal): -12111753 or 7811143. OLE color: 7811143.

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

Color convert

RGB7148119-
CMYK0.400.6000.53
HSL259.44º42.51%32.75%-
HSV(B)259.44º59.66%46.67%-
XYZ6.994.7918.01-
YUV62.97159.62133.73-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.83%
GREEN value IS 48 (19.14% from 255) = 20.17%
BLUE value IS 119 (46.88% from 255) = 50%
R=29.83%
G=20.17%
B=50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71481190.400.6000.53259.4442.5132.75
Hex473077283C0351032b21
Octal1076016750740654035341
Binary100011111000011101111010001111000110101100000011101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473077; }

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

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

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

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

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

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

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

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