#47247C

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

Shades of Windsor #47247C

Tints of Windsor #47247C

Color information

#47247C (or 0x47247C) is unknown color: approx Windsor. HEX triplet: 47, 24 and 7C. RGB value is (71,36,124). Sum of RGB (Red+Green+Blue) = 71+36+124=231 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.74% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 124 (48.83% from 255 or 53.68% from 231); Max value from RGB is 124 - color contains mainly: blue. Hex color #47247C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47247C is #B8DB83. Grayscale: #383838. Windows color (decimal): -12114820 or 8135751. OLE color: 8135751.

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

Color convert

RGB7136124-
CMYK0.430.7100.51
HSL263.86º55%31.37%-
HSV(B)263.86º70.97%48.63%-
XYZ6.874.0619.49-
YUV56.5166.1138.34-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.74%
GREEN value IS 36 (14.45% from 255) = 15.58%
BLUE value IS 124 (48.83% from 255) = 53.68%
R=30.74%
G=15.58%
B=53.68%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal71361240.430.7100.51263.865531.37
Hex47247C2B47033108371f
Octal10744174531070634106737
Binary100011110010011111001010111000111011001110000100011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47247C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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