#48327C

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

Shades of Windsor #48327C

Tints of Windsor #48327C

Color information

#48327C (or 0x48327C) is unknown color: approx Windsor. HEX triplet: 48, 32 and 7C. RGB value is (72,50,124). Sum of RGB (Red+Green+Blue) = 72+50+124=246 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.27% from 246); Green value is 50 (19.92% from 255 or 20.33% from 246); Blue value is 124 (48.83% from 255 or 50.41% from 246); Max value from RGB is 124 - color contains mainly: blue. Hex color #48327C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48327C is #B7CD83. Grayscale: #404040. Windows color (decimal): -12045700 or 8139336. OLE color: 8139336.

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

Color convert

RGB7250124-
CMYK0.420.6000.51
HSL257.84º42.53%34.12%-
HSV(B)257.84º59.68%48.63%-
XYZ7.455.1119.66-
YUV65.01161.29132.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.27%
GREEN value IS 50 (19.92% from 255) = 20.33%
BLUE value IS 124 (48.83% from 255) = 50.41%
R=29.27%
G=20.33%
B=50.41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal72501240.420.6000.51257.8442.5334.12
Hex48327C2A3C0331022b22
Octal1106217452740634025342
Binary100100011001011111001010101111000110011100000010101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48327C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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