#493273

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

Shades of Windsor #493273

Tints of Windsor #493273

Color information

#493273 (or 0x493273) is unknown color: approx Windsor. HEX triplet: 49, 32 and 73. RGB value is (73,50,115). Sum of RGB (Red+Green+Blue) = 73+50+115=238 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.67% from 238); Green value is 50 (19.92% from 255 or 21.01% from 238); Blue value is 115 (45.31% from 255 or 48.32% from 238); Max value from RGB is 115 - color contains mainly: blue. Hex color #493273 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493273 is #B6CD8C. Grayscale: #404040. Windows color (decimal): -11980173 or 7549513. OLE color: 7549513.

HSL color Cylindrical-coordinate representation of color #493273: hue angle of 261.23º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #493273 is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7350115-
CMYK0.370.5700.55
HSL261.23º39.39%32.35%-
HSV(B)261.23º56.52%45.1%-
XYZ6.984.9416.8-
YUV64.29156.62134.21-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.67%
GREEN value IS 50 (19.92% from 255) = 21.01%
BLUE value IS 115 (45.31% from 255) = 48.32%
R=30.67%
G=21.01%
B=48.32%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73501150.370.5700.55261.2339.3932.35
Hex49327325390371052720
Octal1116216345710674054740
Binary100100111001011100111001011110010110111100000101100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493273; }

 p { color: rgb(73,50,115); }

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

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

 a { background-color: rgb(73,50,115); }

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

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

 span { border-color: rgb(73,50,115); }

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