#47297D

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

Shades of Windsor #47297D

Tints of Windsor #47297D

Color information

#47297D (or 0x47297D) is unknown color: approx Windsor. HEX triplet: 47, 29 and 7D. RGB value is (71,41,125). Sum of RGB (Red+Green+Blue) = 71+41+125=237 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.96% from 237); Green value is 41 (16.41% from 255 or 17.30% from 237); Blue value is 125 (49.22% from 255 or 52.74% from 237); Max value from RGB is 125 - color contains mainly: blue. Hex color #47297D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47297D is #B8D682. Grayscale: #3B3B3B. Windows color (decimal): -12113539 or 8202567. OLE color: 8202567.

HSL color Cylindrical-coordinate representation of color #47297D: hue angle of 261.43º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47297D is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7141125-
CMYK0.430.6700.51
HSL261.43º50.6%32.55%-
HSV(B)261.43º67.2%49.02%-
XYZ7.094.4119.88-
YUV59.55164.94136.17-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.96%
GREEN value IS 41 (16.41% from 255) = 17.30%
BLUE value IS 125 (49.22% from 255) = 52.74%
R=29.96%
G=17.30%
B=52.74%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal71411250.430.6700.51261.4350.632.55
Hex47297D2B430331053321
Octal10751175531030634056341
Binary1000111101001111110110101110000110110011100000101110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47297D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47297D; }

 p { color: rgb(71,41,125); }

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

<style>
 a { background-color: #47297D; }

 a { background-color: rgb(71,41,125); }

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

<style>
 span { border-color: #47297D; }

 span { border-color: rgb(71,41,125); }

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