#493184

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

Shades of Windsor #493184

Tints of Windsor #493184

Color information

#493184 (or 0x493184) is unknown color: approx Windsor. HEX triplet: 49, 31 and 84. RGB value is (73,49,132). Sum of RGB (Red+Green+Blue) = 73+49+132=254 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.74% from 254); Green value is 49 (19.53% from 255 or 19.29% from 254); Blue value is 132 (51.95% from 255 or 51.97% from 254); Max value from RGB is 132 - color contains mainly: blue. Hex color #493184 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493184 is #B6CE7B. Grayscale: #414141. Windows color (decimal): -11980412 or 8663369. OLE color: 8663369.

HSL color Cylindrical-coordinate representation of color #493184: hue angle of 257.35º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #493184 is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7349132-
CMYK0.450.6300.48
HSL257.35º45.86%35.49%-
HSV(B)257.35º62.88%51.76%-
XYZ8.015.2822.43-
YUV65.64165.45133.25-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.74%
GREEN value IS 49 (19.53% from 255) = 19.29%
BLUE value IS 132 (51.95% from 255) = 51.97%
R=28.74%
G=19.29%
B=51.97%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal73491320.450.6300.48257.3545.8635.49
Hex4931842D3F0301012e23
Octal1116120455770604015643
Binary1001001110001100001001011011111110110000100000001101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493184; }

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

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

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

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

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

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

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

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