#4C237E

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

Shades of Windsor #4C237E

Tints of Windsor #4C237E

Color information

#4C237E (or 0x4C237E) is unknown color: approx Windsor. HEX triplet: 4C, 23 and 7E. RGB value is (76,35,126). Sum of RGB (Red+Green+Blue) = 76+35+126=237 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.07% from 237); Green value is 35 (14.06% from 255 or 14.77% from 237); Blue value is 126 (49.61% from 255 or 53.16% from 237); Max value from RGB is 126 - color contains mainly: blue. Hex color #4C237E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C237E is #B3DC81. Grayscale: #393939. Windows color (decimal): -11787394 or 8266572. OLE color: 8266572.

HSL color Cylindrical-coordinate representation of color #4C237E: hue angle of 267.03º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4C237E is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7635126-
CMYK0.400.7200.51
HSL267.03º56.52%31.57%-
HSV(B)267.03º72.22%49.41%-
XYZ7.354.2420.17-
YUV57.63166.58141.1-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 32.07%
GREEN value IS 35 (14.06% from 255) = 14.77%
BLUE value IS 126 (49.61% from 255) = 53.16%
R=32.07%
G=14.77%
B=53.16%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal76351260.400.7200.51267.0356.5231.57
Hex4C237E284803310b3920
Octal11443176501100634137140
Binary1001100100011111111010100010010000110011100001011111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C237E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,35,126); }

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

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

 a { background-color: rgb(76,35,126); }

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

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

 span { border-color: rgb(76,35,126); }

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