#47357C

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

Shades of Windsor #47357C

Tints of Windsor #47357C

Color information

#47357C (or 0x47357C) is unknown color: approx Windsor. HEX triplet: 47, 35 and 7C. RGB value is (71,53,124). Sum of RGB (Red+Green+Blue) = 71+53+124=248 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.63% from 248); Green value is 53 (21.09% from 255 or 21.37% from 248); Blue value is 124 (48.83% from 255 or 50% from 248); Max value from RGB is 124 - color contains mainly: blue. Hex color #47357C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47357C is #B8CA83. Grayscale: #424242. Windows color (decimal): -12110468 or 8140103. OLE color: 8140103.

HSL color Cylindrical-coordinate representation of color #47357C: hue angle of 255.21º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #47357C is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7153124-
CMYK0.430.5700.51
HSL255.21º40.11%34.71%-
HSV(B)255.21º57.26%48.63%-
XYZ7.515.3419.7-
YUV66.48160.46131.23-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.63%
GREEN value IS 53 (21.09% from 255) = 21.37%
BLUE value IS 124 (48.83% from 255) = 50%
R=28.63%
G=21.37%
B=50%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal71531240.430.5700.51255.2140.1134.71
Hex47357C2B39033ff2823
Octal1076517453710633775043
Binary10001111101011111100101011111001011001111111111101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47357C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47357C; }

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

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

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

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

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

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

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

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