#472685

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

Shades of Windsor #472685

Tints of Windsor #472685

Color information

#472685 (or 0x472685) is unknown color: approx Windsor. HEX triplet: 47, 26 and 85. RGB value is (71,38,133). Sum of RGB (Red+Green+Blue) = 71+38+133=242 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.34% from 242); Green value is 38 (15.23% from 255 or 15.70% from 242); Blue value is 133 (52.34% from 255 or 54.96% from 242); Max value from RGB is 133 - color contains mainly: blue. Hex color #472685 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472685 is #B8D97A. Grayscale: #3A3A3A. Windows color (decimal): -12114299 or 8726087. OLE color: 8726087.

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

Color convert

RGB7138133-
CMYK0.470.7100.48
HSL260.84º55.56%33.53%-
HSV(B)260.84º71.43%52.16%-
XYZ7.534.4222.65-
YUV58.7169.93136.78-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.34%
GREEN value IS 38 (15.23% from 255) = 15.70%
BLUE value IS 133 (52.34% from 255) = 54.96%
R=29.34%
G=15.70%
B=54.96%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal71381330.470.7100.48260.8455.5633.53
Hex4726852F470301053822
Octal10746205571070604057042
Binary10001111001101000010110111110001110110000100000101111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472685; }

 p { color: rgb(71,38,133); }

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

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

 a { background-color: rgb(71,38,133); }

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

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

 span { border-color: rgb(71,38,133); }

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