#4C377A

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

Shades of Windsor #4C377A

Tints of Windsor #4C377A

Color information

#4C377A (or 0x4C377A) is unknown color: approx Windsor. HEX triplet: 4C, 37 and 7A. RGB value is (76,55,122). Sum of RGB (Red+Green+Blue) = 76+55+122=253 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.04% from 253); Green value is 55 (21.88% from 255 or 21.74% from 253); Blue value is 122 (48.05% from 255 or 48.22% from 253); Max value from RGB is 122 - color contains mainly: blue. Hex color #4C377A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C377A is #B3C885. Grayscale: #444444. Windows color (decimal): -11782278 or 8009548. OLE color: 8009548.

HSL color Cylindrical-coordinate representation of color #4C377A: hue angle of 258.81º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4C377A is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7655122-
CMYK0.380.5500.52
HSL258.81º37.85%34.71%-
HSV(B)258.81º54.92%47.84%-
XYZ7.865.6719.09-
YUV68.92157.96133.05-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 30.04%
GREEN value IS 55 (21.88% from 255) = 21.74%
BLUE value IS 122 (48.05% from 255) = 48.22%
R=30.04%
G=21.74%
B=48.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal76551220.380.5500.52258.8137.8534.71
Hex4C377A26370341032623
Octal1146717246670644034643
Binary100110011011111110101001101101110110100100000011100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C377A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,55,122); }

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

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

 a { background-color: rgb(76,55,122); }

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

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

 span { border-color: rgb(76,55,122); }

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