#473574

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

Shades of Windsor #473574

Tints of Windsor #473574

Color information

#473574 (or 0x473574) is unknown color: approx Windsor. HEX triplet: 47, 35 and 74. RGB value is (71,53,116). Sum of RGB (Red+Green+Blue) = 71+53+116=240 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.58% from 240); Green value is 53 (21.09% from 255 or 22.08% from 240); Blue value is 116 (45.70% from 255 or 48.33% from 240); Max value from RGB is 116 - color contains mainly: blue. Hex color #473574 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473574 is #B8CA8B. Grayscale: #414141. Windows color (decimal): -12110476 or 7615815. OLE color: 7615815.

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

Color convert

RGB7153116-
CMYK0.390.5400.55
HSL257.14º37.28%33.14%-
HSV(B)257.14º54.31%45.49%-
XYZ7.025.1517.15-
YUV65.56156.46131.88-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.58%
GREEN value IS 53 (21.09% from 255) = 22.08%
BLUE value IS 116 (45.70% from 255) = 48.33%
R=29.58%
G=22.08%
B=48.33%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71531160.390.5400.55257.1437.2833.14
Hex47357427360371012521
Octal1076516447660674014541
Binary100011111010111101001001111101100110111100000001100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473574; }

 p { color: rgb(71,53,116); }

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

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

 a { background-color: rgb(71,53,116); }

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

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

 span { border-color: rgb(71,53,116); }

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