#49267A

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

Shades of Windsor #49267A

Tints of Windsor #49267A

Color information

#49267A (or 0x49267A) is unknown color: approx Windsor. HEX triplet: 49, 26 and 7A. RGB value is (73,38,122). Sum of RGB (Red+Green+Blue) = 73+38+122=233 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.33% from 233); Green value is 38 (15.23% from 255 or 16.31% from 233); Blue value is 122 (48.05% from 255 or 52.36% from 233); Max value from RGB is 122 - color contains mainly: blue. Hex color #49267A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49267A is #B6D985. Grayscale: #393939. Windows color (decimal): -11983238 or 8005193. OLE color: 8005193.

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

Color convert

RGB7338122-
CMYK0.400.6900.52
HSL265º52.5%31.37%-
HSV(B)265º68.85%47.84%-
XYZ6.954.2118.86-
YUV58.04164.1138.67-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.33%
GREEN value IS 38 (15.23% from 255) = 16.31%
BLUE value IS 122 (48.05% from 255) = 52.36%
R=31.33%
G=16.31%
B=52.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal73381220.400.6900.5226552.531.37
Hex49267A2845034109341f
Octal11146172501050644116437
Binary100100110011011110101010001000101011010010000100111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49267A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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