#47327B

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

Shades of Windsor #47327B

Tints of Windsor #47327B

Color information

#47327B (or 0x47327B) is unknown color: approx Windsor. HEX triplet: 47, 32 and 7B. RGB value is (71,50,123). Sum of RGB (Red+Green+Blue) = 71+50+123=244 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.10% from 244); Green value is 50 (19.92% from 255 or 20.49% from 244); Blue value is 123 (48.44% from 255 or 50.41% from 244); Max value from RGB is 123 - color contains mainly: blue. Hex color #47327B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47327B is #B8CD84. Grayscale: #404040. Windows color (decimal): -12111237 or 8073799. OLE color: 8073799.

HSL color Cylindrical-coordinate representation of color #47327B: hue angle of 257.26º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47327B is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7150123-
CMYK0.420.5900.52
HSL257.26º42.2%33.92%-
HSV(B)257.26º59.35%48.24%-
XYZ7.315.0519.33-
YUV64.6160.96132.56-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.10%
GREEN value IS 50 (19.92% from 255) = 20.49%
BLUE value IS 123 (48.44% from 255) = 50.41%
R=29.10%
G=20.49%
B=50.41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal71501230.420.5900.52257.2642.233.92
Hex47327B2A3B0341012a22
Octal1076217352730644015242
Binary100011111001011110111010101110110110100100000001101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47327B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47327B; }

 p { color: rgb(71,50,123); }

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

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

 a { background-color: rgb(71,50,123); }

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

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

 span { border-color: rgb(71,50,123); }

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