#4C1B83

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

Shades of Windsor #4C1B83

Tints of Windsor #4C1B83

Color information

#4C1B83 (or 0x4C1B83) is unknown color: approx Windsor. HEX triplet: 4C, 1B and 83. RGB value is (76,27,131). Sum of RGB (Red+Green+Blue) = 76+27+131=234 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.48% from 234); Green value is 27 (10.94% from 255 or 11.54% from 234); Blue value is 131 (51.56% from 255 or 55.98% from 234); Max value from RGB is 131 - color contains mainly: blue. Hex color #4C1B83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C1B83 is #B3E47C. Grayscale: #353535. Windows color (decimal): -11789437 or 8592204. OLE color: 8592204.

HSL color Cylindrical-coordinate representation of color #4C1B83: hue angle of 268.27º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4C1B83 is Cyan = 0.42, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7627131-
CMYK0.420.7900.49
HSL268.27º65.82%30.98%-
HSV(B)268.27º79.39%51.37%-
XYZ7.473.9621.84-
YUV53.51171.73144.04-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 32.48%
GREEN value IS 27 (10.94% from 255) = 11.54%
BLUE value IS 131 (51.56% from 255) = 55.98%
R=32.48%
G=11.54%
B=55.98%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal76271310.420.7900.49268.2765.8230.98
Hex4C1B832A4F03110c421f
Octal114332035211706141410237
Binary1001100110111000001110101010011110110001100001100100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,27,131); }

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

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

 a { background-color: rgb(76,27,131); }

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

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

 span { border-color: rgb(76,27,131); }

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