#47267C

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

Shades of Windsor #47267C

Tints of Windsor #47267C

Color information

#47267C (or 0x47267C) is unknown color: approx Windsor. HEX triplet: 47, 26 and 7C. RGB value is (71,38,124). Sum of RGB (Red+Green+Blue) = 71+38+124=233 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.47% from 233); Green value is 38 (15.23% from 255 or 16.31% from 233); Blue value is 124 (48.83% from 255 or 53.22% from 233); Max value from RGB is 124 - color contains mainly: blue. Hex color #47267C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47267C is #B8D983. Grayscale: #393939. Windows color (decimal): -12114308 or 8136263. OLE color: 8136263.

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

Color convert

RGB7138124-
CMYK0.430.6900.51
HSL263.02º53.09%31.76%-
HSV(B)263.02º69.35%48.63%-
XYZ6.934.1819.51-
YUV57.67165.43137.51-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.47%
GREEN value IS 38 (15.23% from 255) = 16.31%
BLUE value IS 124 (48.83% from 255) = 53.22%
R=30.47%
G=16.31%
B=53.22%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal71381240.430.6900.51263.0253.0931.76
Hex47267C2B450331073520
Octal10746174531050634076540
Binary1000111100110111110010101110001010110011100000111110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47267C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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