#4C3279

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

Shades of Windsor #4C3279

Tints of Windsor #4C3279

Color information

#4C3279 (or 0x4C3279) is unknown color: approx Windsor. HEX triplet: 4C, 32 and 79. RGB value is (76,50,121). Sum of RGB (Red+Green+Blue) = 76+50+121=247 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.77% from 247); Green value is 50 (19.92% from 255 or 20.24% from 247); Blue value is 121 (47.66% from 255 or 48.99% from 247); Max value from RGB is 121 - color contains mainly: blue. Hex color #4C3279 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3279 is #B3CD86. Grayscale: #414141. Windows color (decimal): -11783559 or 7942732. OLE color: 7942732.

HSL color Cylindrical-coordinate representation of color #4C3279: hue angle of 261.97º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4C3279 is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7650121-
CMYK0.370.5900.53
HSL261.97º41.52%33.53%-
HSV(B)261.97º58.68%47.45%-
XYZ7.575.218.69-
YUV65.87159.11135.23-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 30.77%
GREEN value IS 50 (19.92% from 255) = 20.24%
BLUE value IS 121 (47.66% from 255) = 48.99%
R=30.77%
G=20.24%
B=48.99%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal76501210.370.5900.53261.9741.5233.53
Hex4C3279253B0351062a22
Octal1146217145730654065242
Binary100110011001011110011001011110110110101100000110101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,50,121); }

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

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

 a { background-color: rgb(76,50,121); }

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

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

 span { border-color: rgb(76,50,121); }

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