#47347F

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

Shades of Windsor #47347F

Tints of Windsor #47347F

Color information

#47347F (or 0x47347F) is unknown color: approx Windsor. HEX triplet: 47, 34 and 7F. RGB value is (71,52,127). Sum of RGB (Red+Green+Blue) = 71+52+127=250 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.4% from 250); Green value is 52 (20.70% from 255 or 20.8% from 250); Blue value is 127 (50% from 255 or 50.8% from 250); Max value from RGB is 127 - color contains mainly: blue. Hex color #47347F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47347F is #B8CB80. Grayscale: #414141. Windows color (decimal): -12110721 or 8336455. OLE color: 8336455.

HSL color Cylindrical-coordinate representation of color #47347F: hue angle of 255.2º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47347F is Cyan = 0.44, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7152127-
CMYK0.440.5900.50
HSL255.2º41.9%35.1%-
HSV(B)255.2º59.06%49.8%-
XYZ7.665.3320.7-
YUV66.23162.29131.4-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.4%
GREEN value IS 52 (20.70% from 255) = 20.8%
BLUE value IS 127 (50% from 255) = 50.8%
R=28.4%
G=20.8%
B=50.8%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal71521270.440.5900.50255.241.935.1
Hex47347F2C3B032ff2a23
Octal1076417754730623775243
Binary10001111101001111111101100111011011001011111111101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47347F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47347F; }

 p { color: rgb(71,52,127); }

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

<style>
 a { background-color: #47347F; }

 a { background-color: rgb(71,52,127); }

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

<style>
 span { border-color: #47347F; }

 span { border-color: rgb(71,52,127); }

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