#493475

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

Shades of Windsor #493475

Tints of Windsor #493475

Color information

#493475 (or 0x493475) is unknown color: approx Windsor. HEX triplet: 49, 34 and 75. RGB value is (73,52,117). Sum of RGB (Red+Green+Blue) = 73+52+117=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 117 (46.09% from 255 or 48.35% from 242); Max value from RGB is 117 - color contains mainly: blue. Hex color #493475 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493475 is #B6CB8A. Grayscale: #414141. Windows color (decimal): -11979659 or 7681097. OLE color: 7681097.

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

Color convert

RGB7352117-
CMYK0.380.5600.54
HSL259.38º38.46%33.14%-
HSV(B)259.38º55.56%45.88%-
XYZ7.195.1617.45-
YUV65.69156.96133.21-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.17%
GREEN value IS 52 (20.70% from 255) = 21.49%
BLUE value IS 117 (46.09% from 255) = 48.35%
R=30.17%
G=21.49%
B=48.35%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal73521170.380.5600.54259.3838.4633.14
Hex49347526380361032621
Octal1116416546700664034641
Binary100100111010011101011001101110000110110100000011100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493475; }

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

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

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

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

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

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

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

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