Html Css Color HEX #4C3179 Windsor

📋 copy color: '#4C3179'

red 76 ◦ green 49 ◦ blue 121

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

Shades of Windsor #4C3179

Tints of Windsor #4C3179

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.92%

 BLUE value IS 121 (47.66% from 255) = 49.19%

R = 30.89%
G = 19.92%
B = 49.19%

CMYK

 C value IS 0.37

 M value IS 0.60

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4C3179 (or 0x4C3179) is known color: Windsor. HEX triplet: 4C, 31 and 79. RGB value is (76,49,121). Sum of RGB (Red+Green+Blue) = 76+49+121=246 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.89% from 246); Green value is 49 (19.53% from 255 or 19.92% from 246); Blue value is 121 (47.66% from 255 or 49.19% from 246); Max value from RGB is 121 - color contains mainly: blue. Hex color #4C3179 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3179 is #B3CE86. Grayscale: #414141. Windows color (decimal): -11783815 or 7942476. OLE color: 7942476.

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

Color convert

RGB 76 49 121 -
CMYK 0.37 0.60 0 0.53
HSL 262.5º 0.42% 0.33% -
HSV(B) 262.5º 0.6% 0.47% -
XYZ 7.53 5.11 18.68 -
YUV 65.28 159.45 135.65 -
System Red Green Blue C M Y K H S L
Decimal 76 49 121 0.37 0.60 0 0.53 262.5 0.42 0.33
Hex 4C 31 79 25 3C 0 35 106 2A 21
Octal 114 61 171 45 74 0 65 406 52 41
Binary 1001100 110001 1111001 100101 111100 0 110101 100000110 101010 100001

Color Harmonies of #4C3179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3179

Black with #4C3179

Text Example


Text Example

White with #4C3179

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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