#493175

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

Shades of Windsor #493175

Tints of Windsor #493175

Color information

#493175 (or 0x493175) is unknown color: approx Windsor. HEX triplet: 49, 31 and 75. RGB value is (73,49,117). Sum of RGB (Red+Green+Blue) = 73+49+117=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 49 (19.53% from 255 or 20.50% from 239); Blue value is 117 (46.09% from 255 or 48.95% from 239); Max value from RGB is 117 - color contains mainly: blue. Hex color #493175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493175 is #B6CE8A. Grayscale: #3F3F3F. Windows color (decimal): -11980427 or 7680329. OLE color: 7680329.

HSL color Cylindrical-coordinate representation of color #493175: hue angle of 261.18º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #493175 is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7349117-
CMYK0.380.5800.54
HSL261.18º40.96%32.55%-
HSV(B)261.18º58.12%45.88%-
XYZ7.064.917.4-
YUV63.93157.95134.47-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.54%
GREEN value IS 49 (19.53% from 255) = 20.50%
BLUE value IS 117 (46.09% from 255) = 48.95%
R=30.54%
G=20.50%
B=48.95%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal73491170.380.5800.54261.1840.9632.55
Hex493175263A0361052921
Octal1116116546720664055141
Binary100100111000111101011001101110100110110100000101101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493175; }

 p { color: rgb(73,49,117); }

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

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

 a { background-color: rgb(73,49,117); }

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

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

 span { border-color: rgb(73,49,117); }

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