#4C2192

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

Shades of Windsor #4C2192

Tints of Windsor #4C2192

Color information

#4C2192 (or 0x4C2192) is unknown color: approx Windsor. HEX triplet: 4C, 21 and 92. RGB value is (76,33,146). Sum of RGB (Red+Green+Blue) = 76+33+146=255 (33% of max value = 765). Red value is 76 (30.08% from 255 or 29.80% from 255); Green value is 33 (13.28% from 255 or 12.94% from 255); Blue value is 146 (57.42% from 255 or 57.25% from 255); Max value from RGB is 146 - color contains mainly: blue. Hex color #4C2192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C2192 is #B3DE6D. Grayscale: #3A3A3A. Windows color (decimal): -11787886 or 9576780. OLE color: 9576780.

HSL color Cylindrical-coordinate representation of color #4C2192: hue angle of 262.83º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4C2192 is Cyan = 0.48, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7633146-
CMYK0.480.7700.43
HSL262.83º63.13%35.1%-
HSV(B)262.83º77.4%57.25%-
XYZ8.714.727.64-
YUV58.74177.25140.31-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 29.80%
GREEN value IS 33 (13.28% from 255) = 12.94%
BLUE value IS 146 (57.42% from 255) = 57.25%
R=29.80%
G=12.94%
B=57.25%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal76331460.480.7700.43262.8363.1335.1
Hex4C2192304D02B1073f23
Octal11441222601150534077743
Binary10011001000011001001011000010011010101011100000111111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,33,146); }

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

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

 a { background-color: rgb(76,33,146); }

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

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

 span { border-color: rgb(76,33,146); }

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