#4b1a8a

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

Shades of Windsor #4B1A8A

Tints of Windsor #4B1A8A

Color information

#4B1A8A (or 0x4B1A8A) is unknown color: approx Windsor. HEX triplet: 4B, 1A and 8A. RGB value is (75,26,138). Sum of RGB (Red+Green+Blue) = 75+26+138=239 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.38% from 239); Green value is 26 (10.55% from 255 or 10.88% from 239); Blue value is 138 (54.30% from 255 or 57.74% from 239); Max value from RGB is 138 - color contains mainly: blue. Hex color #4B1A8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B1A8A is #B4E575. Grayscale: #353535. Windows color (decimal): -11855222 or 9050699. OLE color: 9050699.

HSL color Cylindrical-coordinate representation of color #4B1A8A: hue angle of 266.25º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4B1A8A is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7526138-
CMYK0.460.8100.46
HSL266.25º68.29%32.16%-
HSV(B)266.25º81.16%54.12%-
XYZ7.864.0724.42-
YUV53.42175.73143.39-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.38%
GREEN value IS 26 (10.55% from 255) = 10.88%
BLUE value IS 138 (54.30% from 255) = 57.74%
R=31.38%
G=10.88%
B=57.74%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal75261380.460.8100.46266.2568.2932.16
Hex4B1A8A2E5102E10a4420
Octal113322125612105641210440
Binary10010111101010001010101110101000101011101000010101000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4b1a8a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4b1a8a; }

 p { color: rgb(75,26,138); }

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

<style>
 a { background-color: #4b1a8a; }

 a { background-color: rgb(75,26,138); }

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

<style>
 span { border-color: #4b1a8a; }

 span { border-color: rgb(75,26,138); }

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