#48248A

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

Shades of Windsor #48248A

Tints of Windsor #48248A

Color information

#48248A (or 0x48248A) is unknown color: approx Windsor. HEX triplet: 48, 24 and 8A. RGB value is (72,36,138). Sum of RGB (Red+Green+Blue) = 72+36+138=246 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.27% from 246); Green value is 36 (14.45% from 255 or 14.63% from 246); Blue value is 138 (54.30% from 255 or 56.10% from 246); Max value from RGB is 138 - color contains mainly: blue. Hex color #48248A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48248A is #B7DB75. Grayscale: #3A3A3A. Windows color (decimal): -12049270 or 9053256. OLE color: 9053256.

HSL color Cylindrical-coordinate representation of color #48248A: hue angle of 261.18º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #48248A is Cyan = 0.48, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7236138-
CMYK0.480.7400.46
HSL261.18º58.62%34.12%-
HSV(B)261.18º73.91%54.12%-
XYZ7.894.4724.49-
YUV58.39172.93137.71-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.27%
GREEN value IS 36 (14.45% from 255) = 14.63%
BLUE value IS 138 (54.30% from 255) = 56.10%
R=29.27%
G=14.63%
B=56.10%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal72361380.480.7400.46261.1858.6234.12
Hex48248A304A02E1053b22
Octal11044212601120564057342
Binary10010001001001000101011000010010100101110100000101111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48248A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48248A; }

 p { color: rgb(72,36,138); }

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

<style>
 a { background-color: #48248A; }

 a { background-color: rgb(72,36,138); }

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

<style>
 span { border-color: #48248A; }

 span { border-color: rgb(72,36,138); }

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