#493183

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

Shades of Windsor #493183

Tints of Windsor #493183

Color information

#493183 (or 0x493183) is unknown color: approx Windsor. HEX triplet: 49, 31 and 83. RGB value is (73,49,131). Sum of RGB (Red+Green+Blue) = 73+49+131=253 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.85% from 253); Green value is 49 (19.53% from 255 or 19.37% from 253); Blue value is 131 (51.56% from 255 or 51.78% from 253); Max value from RGB is 131 - color contains mainly: blue. Hex color #493183 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493183 is #B6CE7C. Grayscale: #414141. Windows color (decimal): -11980413 or 8597833. OLE color: 8597833.

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

Color convert

RGB7349131-
CMYK0.440.6300.49
HSL257.56º45.56%35.29%-
HSV(B)257.56º62.6%51.37%-
XYZ7.945.2522.07-
YUV65.52164.95133.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.85%
GREEN value IS 49 (19.53% from 255) = 19.37%
BLUE value IS 131 (51.56% from 255) = 51.78%
R=28.85%
G=19.37%
B=51.78%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal73491310.440.6300.49257.5645.5635.29
Hex4931832C3F0311022e23
Octal1116120354770614025643
Binary1001001110001100000111011001111110110001100000010101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493183; }

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

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

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

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

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

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

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

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