#48337F

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

Shades of Windsor #48337F

Tints of Windsor #48337F

Color information

#48337F (or 0x48337F) is unknown color: approx Windsor. HEX triplet: 48, 33 and 7F. RGB value is (72,51,127). Sum of RGB (Red+Green+Blue) = 72+51+127=250 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.8% from 250); Green value is 51 (20.31% from 255 or 20.4% from 250); Blue value is 127 (50% from 255 or 50.8% from 250); Max value from RGB is 127 - color contains mainly: blue. Hex color #48337F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48337F is #B7CC80. Grayscale: #414141. Windows color (decimal): -12045441 or 8336200. OLE color: 8336200.

HSL color Cylindrical-coordinate representation of color #48337F: hue angle of 256.58º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48337F is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7251127-
CMYK0.430.6000.50
HSL256.58º42.7%34.9%-
HSV(B)256.58º59.84%49.8%-
XYZ7.695.2820.69-
YUV65.94162.46132.32-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.8%
GREEN value IS 51 (20.31% from 255) = 20.4%
BLUE value IS 127 (50% from 255) = 50.8%
R=28.8%
G=20.4%
B=50.8%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal72511270.430.6000.50256.5842.734.9
Hex48337F2B3C0321012b23
Octal1106317753740624015343
Binary100100011001111111111010111111000110010100000001101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48337F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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