#48317E

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

Shades of Windsor #48317E

Tints of Windsor #48317E

Color information

#48317E (or 0x48317E) is unknown color: approx Windsor. HEX triplet: 48, 31 and 7E. RGB value is (72,49,126). Sum of RGB (Red+Green+Blue) = 72+49+126=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 49 (19.53% from 255 or 19.84% from 247); Blue value is 126 (49.61% from 255 or 51.01% from 247); Max value from RGB is 126 - color contains mainly: blue. Hex color #48317E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48317E is #B7CE81. Grayscale: #404040. Windows color (decimal): -12045954 or 8270152. OLE color: 8270152.

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

Color convert

RGB7249126-
CMYK0.430.6100.51
HSL257.92º44%34.31%-
HSV(B)257.92º61.11%49.41%-
XYZ7.545.0820.32-
YUV64.66162.62133.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.15%
GREEN value IS 49 (19.53% from 255) = 19.84%
BLUE value IS 126 (49.61% from 255) = 51.01%
R=29.15%
G=19.84%
B=51.01%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal72491260.430.6100.51257.924434.31
Hex48317E2B3D0331022c22
Octal1106117653750634025442
Binary100100011000111111101010111111010110011100000010101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48317E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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