#4C1B82

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

Shades of Windsor #4C1B82

Tints of Windsor #4C1B82

Color information

#4C1B82 (or 0x4C1B82) is unknown color: approx Windsor. HEX triplet: 4C, 1B and 82. RGB value is (76,27,130). Sum of RGB (Red+Green+Blue) = 76+27+130=233 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.62% from 233); Green value is 27 (10.94% from 255 or 11.59% from 233); Blue value is 130 (51.17% from 255 or 55.79% from 233); Max value from RGB is 130 - color contains mainly: blue. Hex color #4C1B82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C1B82 is #B3E47D. Grayscale: #353535. Windows color (decimal): -11789438 or 8526668. OLE color: 8526668.

HSL color Cylindrical-coordinate representation of color #4C1B82: hue angle of 268.54º 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 #4C1B82 is Cyan = 0.42, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7627130-
CMYK0.420.7900.49
HSL268.54º65.61%30.78%-
HSV(B)268.54º79.23%50.98%-
XYZ7.43.9321.49-
YUV53.39171.23144.12-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 32.62%
GREEN value IS 27 (10.94% from 255) = 11.59%
BLUE value IS 130 (51.17% from 255) = 55.79%
R=32.62%
G=11.59%
B=55.79%

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
Decimal76271300.420.7900.49268.5465.6130.78
Hex4C1B822A4F03110d421f
Octal114332025211706141510237
Binary1001100110111000001010101010011110110001100001101100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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