#473477

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

Shades of Windsor #473477

Tints of Windsor #473477

Color information

#473477 (or 0x473477) is unknown color: approx Windsor. HEX triplet: 47, 34 and 77. RGB value is (71,52,119). Sum of RGB (Red+Green+Blue) = 71+52+119=242 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.34% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 119 (46.88% from 255 or 49.17% from 242); Max value from RGB is 119 - color contains mainly: blue. Hex color #473477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473477 is #B8CB88. Grayscale: #414141. Windows color (decimal): -12110729 or 7812167. OLE color: 7812167.

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

Color convert

RGB7152119-
CMYK0.400.5600.53
HSL257.01º39.18%33.53%-
HSV(B)257.01º56.3%46.67%-
XYZ7.165.1318.07-
YUV65.32158.29132.05-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.34%
GREEN value IS 52 (20.70% from 255) = 21.49%
BLUE value IS 119 (46.88% from 255) = 49.17%
R=29.34%
G=21.49%
B=49.17%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71521190.400.5600.53257.0139.1833.53
Hex47347728380351012722
Octal1076416750700654014742
Binary100011111010011101111010001110000110101100000001100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473477; }

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

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

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

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

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

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

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

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