Html Css Color HEX #4C3677 Windsor

📋 copy color: '#4C3677'

red 76 ◦ green 54 ◦ blue 119

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

Shades of Windsor #4C3677

Tints of Windsor #4C3677

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.69%

 BLUE value IS 119 (46.88% from 255) = 47.79%

R = 30.52%
G = 21.69%
B = 47.79%

CMYK

 C value IS 0.36

 M value IS 0.55

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4C3677 (or 0x4C3677) is known color: Windsor. HEX triplet: 4C, 36 and 77. RGB value is (76,54,119). Sum of RGB (Red+Green+Blue) = 76+54+119=249 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.52% from 249); Green value is 54 (21.48% from 255 or 21.69% from 249); Blue value is 119 (46.88% from 255 or 47.79% from 249); Max value from RGB is 119 - color contains mainly: blue. Hex color #4C3677 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3677 is #B3C988. Grayscale: #434343. Windows color (decimal): -11782537 or 7812684. OLE color: 7812684.

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

Color convert

RGB 76 54 119 -
CMYK 0.36 0.55 0 0.53
HSL 260.31º 0.38% 0.34% -
HSV(B) 260.31º 0.55% 0.47% -
XYZ 7.63 5.51 18.11 -
YUV 67.99 156.79 133.71 -
System Red Green Blue C M Y K H S L
Decimal 76 54 119 0.36 0.55 0 0.53 260.31 0.38 0.34
Hex 4C 36 77 24 37 0 35 104 26 22
Octal 114 66 167 44 67 0 65 404 46 42
Binary 1001100 110110 1110111 100100 110111 0 110101 100000100 100110 100010

Color Harmonies of #4C3677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3677

Black with #4C3677

Text Example


Text Example

White with #4C3677

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,54,119); }

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

background-color css

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

 a { background-color: rgb(76,54,119); }

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

border-color css

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

 span { border-color: rgb(76,54,119); }

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