#49307b

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

Shades of Windsor #49307B

Tints of Windsor #49307B

Color information

#49307B (or 0x49307B) is unknown color: approx Windsor. HEX triplet: 49, 30 and 7B. RGB value is (73,48,123). Sum of RGB (Red+Green+Blue) = 73+48+123=244 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.92% from 244); Green value is 48 (19.14% from 255 or 19.67% from 244); Blue value is 123 (48.44% from 255 or 50.41% from 244); Max value from RGB is 123 - color contains mainly: blue. Hex color #49307B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49307B is #B6CF84. Grayscale: #3F3F3F. Windows color (decimal): -11980677 or 8073289. OLE color: 8073289.

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

Color convert

RGB7348123-
CMYK0.410.6100.52
HSL260º43.86%33.53%-
HSV(B)260º60.98%48.24%-
XYZ7.384.9619.31-
YUV64.03161.28134.4-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.92%
GREEN value IS 48 (19.14% from 255) = 19.67%
BLUE value IS 123 (48.44% from 255) = 50.41%
R=29.92%
G=19.67%
B=50.41%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal73481230.410.6100.5226043.8633.53
Hex49307B293D0341042c22
Octal1116017351750644045442
Binary100100111000011110111010011111010110100100000100101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49307b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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