#481A8B

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

Shades of Windsor #481A8B

Tints of Windsor #481A8B

Color information

#481A8B (or 0x481A8B) is unknown color: approx Windsor. HEX triplet: 48, 1A and 8B. RGB value is (72,26,139). Sum of RGB (Red+Green+Blue) = 72+26+139=237 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.38% from 237); Green value is 26 (10.55% from 255 or 10.97% from 237); Blue value is 139 (54.69% from 255 or 58.65% from 237); Max value from RGB is 139 - color contains mainly: blue. Hex color #481A8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #481A8B is #B7E574. Grayscale: #343434. Windows color (decimal): -12051829 or 9116232. OLE color: 9116232.

HSL color Cylindrical-coordinate representation of color #481A8B: hue angle of 264.42º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #481A8B is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7226139-
CMYK0.480.8100.45
HSL264.42º68.48%32.35%-
HSV(B)264.42º81.29%54.51%-
XYZ7.73.9824.79-
YUV52.64176.74141.81-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.38%
GREEN value IS 26 (10.55% from 255) = 10.97%
BLUE value IS 139 (54.69% from 255) = 58.65%
R=30.38%
G=10.97%
B=58.65%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal72261390.480.8100.45264.4268.4832.35
Hex481A8B305102D1084420
Octal110322136012105541010440
Binary10010001101010001011110000101000101011011000010001000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481A8B; }

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

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

<style>
 a { background-color: #481A8B; }

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

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

<style>
 span { border-color: #481A8B; }

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

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