#49257B

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

Shades of Windsor #49257B

Tints of Windsor #49257B

Color information

#49257B (or 0x49257B) is unknown color: approx Windsor. HEX triplet: 49, 25 and 7B. RGB value is (73,37,123). Sum of RGB (Red+Green+Blue) = 73+37+123=233 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.33% from 233); Green value is 37 (14.84% from 255 or 15.88% from 233); Blue value is 123 (48.44% from 255 or 52.79% from 233); Max value from RGB is 123 - color contains mainly: blue. Hex color #49257B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49257B is #B6DA84. Grayscale: #393939. Windows color (decimal): -11983493 or 8070473. OLE color: 8070473.

HSL color Cylindrical-coordinate representation of color #49257B: hue angle of 265.12º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49257B is Cyan = 0.41, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7337123-
CMYK0.410.7000.52
HSL265.12º53.75%31.37%-
HSV(B)265.12º69.92%48.24%-
XYZ6.984.1719.18-
YUV57.57164.93139.01-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.33%
GREEN value IS 37 (14.84% from 255) = 15.88%
BLUE value IS 123 (48.44% from 255) = 52.79%
R=31.33%
G=15.88%
B=52.79%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal73371230.410.7000.52265.1253.7531.37
Hex49257B2946034109361f
Octal11145173511060644116637
Binary100100110010111110111010011000110011010010000100111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49257B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49257B; }

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

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

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

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

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

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

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

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