#493476

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

Shades of Windsor #493476

Tints of Windsor #493476

Color information

#493476 (or 0x493476) is unknown color: approx Windsor. HEX triplet: 49, 34 and 76. RGB value is (73,52,118). Sum of RGB (Red+Green+Blue) = 73+52+118=243 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.04% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 118 (46.48% from 255 or 48.56% from 243); Max value from RGB is 118 - color contains mainly: blue. Hex color #493476 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493476 is #B6CB89. Grayscale: #414141. Windows color (decimal): -11979658 or 7746633. OLE color: 7746633.

HSL color Cylindrical-coordinate representation of color #493476: hue angle of 259.09º degrees, saturation: 0.39, 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 #493476 is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7352118-
CMYK0.380.5600.54
HSL259.09º38.82%33.33%-
HSV(B)259.09º55.93%46.27%-
XYZ7.255.1817.76-
YUV65.8157.46133.13-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.04%
GREEN value IS 52 (20.70% from 255) = 21.40%
BLUE value IS 118 (46.48% from 255) = 48.56%
R=30.04%
G=21.40%
B=48.56%

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
Decimal73521180.380.5600.54259.0938.8233.33
Hex49347626380361032721
Octal1116416646700664034741
Binary100100111010011101101001101110000110110100000011100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493476; }

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

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

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

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

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

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

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

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