#4C1E92

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

Shades of Windsor #4C1E92

Tints of Windsor #4C1E92

Color information

#4C1E92 (or 0x4C1E92) is unknown color: approx Windsor. HEX triplet: 4C, 1E and 92. RGB value is (76,30,146). Sum of RGB (Red+Green+Blue) = 76+30+146=252 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.16% from 252); Green value is 30 (12.11% from 255 or 11.90% from 252); Blue value is 146 (57.42% from 255 or 57.94% from 252); Max value from RGB is 146 - color contains mainly: blue. Hex color #4C1E92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C1E92 is #B3E16D. Grayscale: #383838. Windows color (decimal): -11788654 or 9576012. OLE color: 9576012.

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

Color convert

RGB7630146-
CMYK0.480.7900.43
HSL263.79º65.91%34.51%-
HSV(B)263.79º79.45%57.25%-
XYZ8.634.5427.62-
YUV56.98178.24141.57-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 30.16%
GREEN value IS 30 (12.11% from 255) = 11.90%
BLUE value IS 146 (57.42% from 255) = 57.94%
R=30.16%
G=11.90%
B=57.94%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal76301460.480.7900.43263.7965.9134.51
Hex4C1E92304F02B1084223
Octal114362226011705341010243
Binary10011001111010010010110000100111101010111000010001000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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