#4C268A

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

Shades of Windsor #4C268A

Tints of Windsor #4C268A

Color information

#4C268A (or 0x4C268A) is unknown color: approx Windsor. HEX triplet: 4C, 26 and 8A. RGB value is (76,38,138). Sum of RGB (Red+Green+Blue) = 76+38+138=252 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.16% from 252); Green value is 38 (15.23% from 255 or 15.08% from 252); Blue value is 138 (54.30% from 255 or 54.76% from 252); Max value from RGB is 138 - color contains mainly: blue. Hex color #4C268A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C268A is #B3D975. Grayscale: #3C3C3C. Windows color (decimal): -11786614 or 9053772. OLE color: 9053772.

HSL color Cylindrical-coordinate representation of color #4C268A: hue angle of 262.8º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4C268A is Cyan = 0.45, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7638138-
CMYK0.450.7200.46
HSL262.8º56.82%34.51%-
HSV(B)262.8º72.46%54.12%-
XYZ8.264.7624.53-
YUV60.76171.59138.87-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 30.16%
GREEN value IS 38 (15.23% from 255) = 15.08%
BLUE value IS 138 (54.30% from 255) = 54.76%
R=30.16%
G=15.08%
B=54.76%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal76381380.450.7200.46262.856.8234.51
Hex4C268A2D4802E1073923
Octal11446212551100564077143
Binary10011001001101000101010110110010000101110100000111111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C268A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,38,138); }

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

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

 a { background-color: rgb(76,38,138); }

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

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

 span { border-color: rgb(76,38,138); }

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