#47367C

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

Shades of Windsor #47367C

Tints of Windsor #47367C

Color information

#47367C (or 0x47367C) is unknown color: approx Windsor. HEX triplet: 47, 36 and 7C. RGB value is (71,54,124). Sum of RGB (Red+Green+Blue) = 71+54+124=249 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.51% from 249); Green value is 54 (21.48% from 255 or 21.69% from 249); Blue value is 124 (48.83% from 255 or 49.80% from 249); Max value from RGB is 124 - color contains mainly: blue. Hex color #47367C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47367C is #B8C983. Grayscale: #424242. Windows color (decimal): -12110212 or 8140359. OLE color: 8140359.

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

Color convert

RGB7154124-
CMYK0.430.5600.51
HSL254.57º39.33%34.9%-
HSV(B)254.57º56.45%48.63%-
XYZ7.565.4319.72-
YUV67.06160.13130.81-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.51%
GREEN value IS 54 (21.48% from 255) = 21.69%
BLUE value IS 124 (48.83% from 255) = 49.80%
R=28.51%
G=21.69%
B=49.80%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal71541240.430.5600.51254.5739.3334.9
Hex47367C2B38033ff2723
Octal1076617453700633774743
Binary10001111101101111100101011111000011001111111111100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47367C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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