Html Css Color HEX #4C377F Windsor

📋 copy color: '#4C377F'

red 76 ◦ green 55 ◦ blue 127

#4C377F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Windsor #4C377F

Tints of Windsor #4C377F

RGB

 RED value IS 76 (30.08% from 255) = 29.46%

 GREEN value IS 55 (21.88% from 255) = 21.32%

 BLUE value IS 127 (50% from 255) = 49.22%

R = 29.46%
G = 21.32%
B = 49.22%

CMYK

 C value IS 0.40

 M value IS 0.57

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#4C377F (or 0x4C377F) is known color: Windsor. HEX triplet: 4C, 37 and 7F. RGB value is (76,55,127). Sum of RGB (Red+Green+Blue) = 76+55+127=258 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.46% from 258); Green value is 55 (21.88% from 255 or 21.32% from 258); Blue value is 127 (50% from 255 or 49.22% from 258); Max value from RGB is 127 - color contains mainly: blue. Hex color #4C377F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C377F is #B3C880. Grayscale: #454545. Windows color (decimal): -11782273 or 8337228. OLE color: 8337228.

HSL color Cylindrical-coordinate representation of color #4C377F: hue angle of 257.5º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4C377F is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 76 55 127 -
CMYK 0.40 0.57 0 0.50
HSL 257.5º 0.4% 0.36% -
HSV(B) 257.5º 0.57% 0.5% -
XYZ 8.18 5.8 20.77 -
YUV 69.49 160.46 132.65 -
System Red Green Blue C M Y K H S L
Decimal 76 55 127 0.40 0.57 0 0.50 257.5 0.4 0.36
Hex 4C 37 7F 28 39 0 32 102 28 24
Octal 114 67 177 50 71 0 62 402 50 44
Binary 1001100 110111 1111111 101000 111001 0 110010 100000010 101000 100100

Color Harmonies of #4C377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C377F

Black with #4C377F

Text Example


Text Example

White with #4C377F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4C377F;
 }
 .AnyTagClassName
 {
   color: #4C377F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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