#48337C

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

Shades of Windsor #48337C

Tints of Windsor #48337C

Color information

#48337C (or 0x48337C) is unknown color: approx Windsor. HEX triplet: 48, 33 and 7C. RGB value is (72,51,124). Sum of RGB (Red+Green+Blue) = 72+51+124=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 51 (20.31% from 255 or 20.65% from 247); Blue value is 124 (48.83% from 255 or 50.20% from 247); Max value from RGB is 124 - color contains mainly: blue. Hex color #48337C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48337C is #B7CC83. Grayscale: #414141. Windows color (decimal): -12045444 or 8139592. OLE color: 8139592.

HSL color Cylindrical-coordinate representation of color #48337C: hue angle of 257.26º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #48337C is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7251124-
CMYK0.420.5900.51
HSL257.26º41.71%34.31%-
HSV(B)257.26º58.87%48.63%-
XYZ7.495.219.68-
YUV65.6160.96132.56-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.15%
GREEN value IS 51 (20.31% from 255) = 20.65%
BLUE value IS 124 (48.83% from 255) = 50.20%
R=29.15%
G=20.65%
B=50.20%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal72511240.420.5900.51257.2641.7134.31
Hex48337C2A3B0331012a22
Octal1106317452730634015242
Binary100100011001111111001010101110110110011100000001101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48337C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48337C; }

 p { color: rgb(72,51,124); }

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

<style>
 a { background-color: #48337C; }

 a { background-color: rgb(72,51,124); }

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

<style>
 span { border-color: #48337C; }

 span { border-color: rgb(72,51,124); }

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