#49307a

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

Shades of Windsor #49307A

Tints of Windsor #49307A

Color information

#49307A (or 0x49307A) is unknown color: approx Windsor. HEX triplet: 49, 30 and 7A. RGB value is (73,48,122). Sum of RGB (Red+Green+Blue) = 73+48+122=243 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.04% from 243); Green value is 48 (19.14% from 255 or 19.75% from 243); Blue value is 122 (48.05% from 255 or 50.21% from 243); Max value from RGB is 122 - color contains mainly: blue. Hex color #49307A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49307A is #B6CF85. Grayscale: #3F3F3F. Windows color (decimal): -11980678 or 8007753. OLE color: 8007753.

HSL color Cylindrical-coordinate representation of color #49307A: hue angle of 260.27º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49307A is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7348122-
CMYK0.400.6100.52
HSL260.27º43.53%33.33%-
HSV(B)260.27º60.66%47.84%-
XYZ7.324.9418.98-
YUV63.91160.78134.48-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.04%
GREEN value IS 48 (19.14% from 255) = 19.75%
BLUE value IS 122 (48.05% from 255) = 50.21%
R=30.04%
G=19.75%
B=50.21%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal73481220.400.6100.52260.2743.5333.33
Hex49307A283D0341042c21
Octal1116017250750644045441
Binary100100111000011110101010001111010110100100000100101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49307a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49307a; }

 p { color: rgb(73,48,122); }

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

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

 a { background-color: rgb(73,48,122); }

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

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

 span { border-color: rgb(73,48,122); }

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