#48277E

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

Shades of Windsor #48277E

Tints of Windsor #48277E

Color information

#48277E (or 0x48277E) is unknown color: approx Windsor. HEX triplet: 48, 27 and 7E. RGB value is (72,39,126). Sum of RGB (Red+Green+Blue) = 72+39+126=237 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.38% from 237); Green value is 39 (15.62% from 255 or 16.46% from 237); Blue value is 126 (49.61% from 255 or 53.16% from 237); Max value from RGB is 126 - color contains mainly: blue. Hex color #48277E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48277E is #B7D881. Grayscale: #3A3A3A. Windows color (decimal): -12048514 or 8267592. OLE color: 8267592.

HSL color Cylindrical-coordinate representation of color #48277E: hue angle of 262.76º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48277E is Cyan = 0.43, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7239126-
CMYK0.430.6900.51
HSL262.76º52.73%32.35%-
HSV(B)262.76º69.05%49.41%-
XYZ7.164.3420.2-
YUV58.78165.93137.43-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.38%
GREEN value IS 39 (15.62% from 255) = 16.46%
BLUE value IS 126 (49.61% from 255) = 53.16%
R=30.38%
G=16.46%
B=53.16%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal72391260.430.6900.51262.7652.7332.35
Hex48277E2B450331073520
Octal11047176531050634076540
Binary1001000100111111111010101110001010110011100000111110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48277E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48277E; }

 p { color: rgb(72,39,126); }

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

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

 a { background-color: rgb(72,39,126); }

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

<style>
 span { border-color: #48277E; }

 span { border-color: rgb(72,39,126); }

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