#4B1C84

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

Shades of Windsor #4B1C84

Tints of Windsor #4B1C84

Color information

#4B1C84 (or 0x4B1C84) is unknown color: approx Windsor. HEX triplet: 4B, 1C and 84. RGB value is (75,28,132). Sum of RGB (Red+Green+Blue) = 75+28+132=235 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.91% from 235); Green value is 28 (11.33% from 255 or 11.91% from 235); Blue value is 132 (51.95% from 255 or 56.17% from 235); Max value from RGB is 132 - color contains mainly: blue. Hex color #4B1C84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B1C84 is #B4E37B. Grayscale: #353535. Windows color (decimal): -11854716 or 8657995. OLE color: 8657995.

HSL color Cylindrical-coordinate representation of color #4B1C84: hue angle of 267.12º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4B1C84 is Cyan = 0.43, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7528132-
CMYK0.430.7900.48
HSL267.12º65%31.37%-
HSV(B)267.12º78.79%51.76%-
XYZ7.483.9922.21-
YUV53.91172.07143.04-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.91%
GREEN value IS 28 (11.33% from 255) = 11.91%
BLUE value IS 132 (51.95% from 255) = 56.17%
R=31.91%
G=11.91%
B=56.17%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal75281320.430.7900.48267.126531.37
Hex4B1C842B4F03010b411f
Octal113342045311706041310137
Binary1001011111001000010010101110011110110000100001011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,28,132); }

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

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

 a { background-color: rgb(75,28,132); }

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

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

 span { border-color: rgb(75,28,132); }

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