#473375

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

Shades of Windsor #473375

Tints of Windsor #473375

Color information

#473375 (or 0x473375) is unknown color: approx Windsor. HEX triplet: 47, 33 and 75. RGB value is (71,51,117). Sum of RGB (Red+Green+Blue) = 71+51+117=239 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.71% from 239); Green value is 51 (20.31% from 255 or 21.34% from 239); Blue value is 117 (46.09% from 255 or 48.95% from 239); Max value from RGB is 117 - color contains mainly: blue. Hex color #473375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473375 is #B8CC8A. Grayscale: #404040. Windows color (decimal): -12110987 or 7680839. OLE color: 7680839.

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

Color convert

RGB7151117-
CMYK0.390.5600.54
HSL258.18º39.29%32.94%-
HSV(B)258.18º56.41%45.88%-
XYZ6.994.9917.42-
YUV64.5157.63132.63-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.71%
GREEN value IS 51 (20.31% from 255) = 21.34%
BLUE value IS 117 (46.09% from 255) = 48.95%
R=29.71%
G=21.34%
B=48.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71511170.390.5600.54258.1839.2932.94
Hex47337527380361022721
Octal1076316547700664024741
Binary100011111001111101011001111110000110110100000010100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473375; }

 p { color: rgb(71,51,117); }

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

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

 a { background-color: rgb(71,51,117); }

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

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

 span { border-color: rgb(71,51,117); }

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