#49397A

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

Shades of Windsor #49397A

Tints of Windsor #49397A

Color information

#49397A (or 0x49397A) is unknown color: approx Windsor. HEX triplet: 49, 39 and 7A. RGB value is (73,57,122). Sum of RGB (Red+Green+Blue) = 73+57+122=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 57 (22.66% from 255 or 22.62% from 252); Blue value is 122 (48.05% from 255 or 48.41% from 252); Max value from RGB is 122 - color contains mainly: blue. Hex color #49397A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49397A is #B6C685. Grayscale: #444444. Windows color (decimal): -11978374 or 8010057. OLE color: 8010057.

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

Color convert

RGB7357122-
CMYK0.400.5300.52
HSL254.77º36.31%35.1%-
HSV(B)254.77º53.28%47.84%-
XYZ7.725.7519.11-
YUV69.19157.8130.71-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.97%
GREEN value IS 57 (22.66% from 255) = 22.62%
BLUE value IS 122 (48.05% from 255) = 48.41%
R=28.97%
G=22.62%
B=48.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal73571220.400.5300.52254.7736.3135.1
Hex49397A2835034ff2423
Octal1117117250650643774443
Binary10010011110011111010101000110101011010011111111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49397A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49397A; }

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

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

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

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

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

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

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

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