#4B2A8B

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

Shades of Windsor #4B2A8B

Tints of Windsor #4B2A8B

Color information

#4B2A8B (or 0x4B2A8B) is unknown color: approx Windsor. HEX triplet: 4B, 2A and 8B. RGB value is (75,42,139). Sum of RGB (Red+Green+Blue) = 75+42+139=256 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.30% from 256); Green value is 42 (16.80% from 255 or 16.41% from 256); Blue value is 139 (54.69% from 255 or 54.30% from 256); Max value from RGB is 139 - color contains mainly: blue. Hex color #4B2A8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B2A8B is #B4D574. Grayscale: #3E3E3E. Windows color (decimal): -11851125 or 9120331. OLE color: 9120331.

HSL color Cylindrical-coordinate representation of color #4B2A8B: hue angle of 260.41º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4B2A8B is Cyan = 0.46, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7542139-
CMYK0.460.7000.45
HSL260.41º53.59%35.49%-
HSV(B)260.41º69.78%54.51%-
XYZ8.395.0224.95-
YUV62.92170.93136.61-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.30%
GREEN value IS 42 (16.80% from 255) = 16.41%
BLUE value IS 139 (54.69% from 255) = 54.30%
R=29.30%
G=16.41%
B=54.30%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal75421390.460.7000.45260.4153.5935.49
Hex4B2A8B2E4602D1043623
Octal11352213561060554046643
Binary10010111010101000101110111010001100101101100000100110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,42,139); }

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

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

 a { background-color: rgb(75,42,139); }

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

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

 span { border-color: rgb(75,42,139); }

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