#4C377B

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

Shades of Windsor #4C377B

Tints of Windsor #4C377B

Color information

#4C377B (or 0x4C377B) is unknown color: approx Windsor. HEX triplet: 4C, 37 and 7B. RGB value is (76,55,123). Sum of RGB (Red+Green+Blue) = 76+55+123=254 (33% of max value = 765). Red value is 76 (30.08% from 255 or 29.92% from 254); Green value is 55 (21.88% from 255 or 21.65% from 254); Blue value is 123 (48.44% from 255 or 48.43% from 254); Max value from RGB is 123 - color contains mainly: blue. Hex color #4C377B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C377B is #B3C884. Grayscale: #444444. Windows color (decimal): -11782277 or 8075084. OLE color: 8075084.

HSL color Cylindrical-coordinate representation of color #4C377B: hue angle of 258.53º 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 #4C377B is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7655123-
CMYK0.380.5500.52
HSL258.53º38.2%34.9%-
HSV(B)258.53º55.28%48.24%-
XYZ7.925.719.42-
YUV69.03158.46132.97-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 29.92%
GREEN value IS 55 (21.88% from 255) = 21.65%
BLUE value IS 123 (48.44% from 255) = 48.43%
R=29.92%
G=21.65%
B=48.43%

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
Decimal76551230.380.5500.52258.5338.234.9
Hex4C377B26370341032623
Octal1146717346670644034643
Binary100110011011111110111001101101110110100100000011100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C377B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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