#472975

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

Shades of Windsor #472975

Tints of Windsor #472975

Color information

#472975 (or 0x472975) is unknown color: approx Windsor. HEX triplet: 47, 29 and 75. RGB value is (71,41,117). Sum of RGB (Red+Green+Blue) = 71+41+117=229 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.00% from 229); Green value is 41 (16.41% from 255 or 17.90% from 229); Blue value is 117 (46.09% from 255 or 51.09% from 229); Max value from RGB is 117 - color contains mainly: blue. Hex color #472975 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472975 is #B8D68A. Grayscale: #3A3A3A. Windows color (decimal): -12113547 or 7678279. OLE color: 7678279.

HSL color Cylindrical-coordinate representation of color #472975: hue angle of 263.68º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #472975 is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7141117-
CMYK0.390.6500.54
HSL263.68º48.1%30.98%-
HSV(B)263.68º64.96%45.88%-
XYZ6.64.2117.29-
YUV58.63160.94136.82-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.00%
GREEN value IS 41 (16.41% from 255) = 17.90%
BLUE value IS 117 (46.09% from 255) = 51.09%
R=31.00%
G=17.90%
B=51.09%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71411170.390.6500.54263.6848.130.98
Hex4729752741036108301f
Octal10751165471010664106037
Binary100011110100111101011001111000001011011010000100011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472975; }

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

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

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

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

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

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

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

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