#48238B

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

Shades of Windsor #48238B

Tints of Windsor #48238B

Color information

#48238B (or 0x48238B) is unknown color: approx Windsor. HEX triplet: 48, 23 and 8B. RGB value is (72,35,139). Sum of RGB (Red+Green+Blue) = 72+35+139=246 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.27% from 246); Green value is 35 (14.06% from 255 or 14.23% from 246); Blue value is 139 (54.69% from 255 or 56.50% from 246); Max value from RGB is 139 - color contains mainly: blue. Hex color #48238B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48238B is #B7DC74. Grayscale: #393939. Windows color (decimal): -12049525 or 9118536. OLE color: 9118536.

HSL color Cylindrical-coordinate representation of color #48238B: hue angle of 261.35º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #48238B is Cyan = 0.48, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7235139-
CMYK0.480.7500.45
HSL261.35º59.77%34.12%-
HSV(B)261.35º74.82%54.51%-
XYZ7.934.4424.87-
YUV57.92173.76138.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.27%
GREEN value IS 35 (14.06% from 255) = 14.23%
BLUE value IS 139 (54.69% from 255) = 56.50%
R=29.27%
G=14.23%
B=56.50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal72351390.480.7500.45261.3559.7734.12
Hex48238B304B02D1053c22
Octal11043213601130554057442
Binary10010001000111000101111000010010110101101100000101111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48238B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48238B; }

 p { color: rgb(72,35,139); }

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

<style>
 a { background-color: #48238B; }

 a { background-color: rgb(72,35,139); }

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

<style>
 span { border-color: #48238B; }

 span { border-color: rgb(72,35,139); }

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