Html Css Color HEX #4C2191 Windsor

📋 copy color: '#4C2191'

red 76 ◦ green 33 ◦ blue 145

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

Shades of Windsor #4C2191

Tints of Windsor #4C2191

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.99%

 BLUE value IS 145 (57.03% from 255) = 57.09%

R = 29.92%
G = 12.99%
B = 57.09%

CMYK

 C value IS 0.48

 M value IS 0.77

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4C2191 (or 0x4C2191) is known color: Windsor. HEX triplet: 4C, 21 and 91. RGB value is (76,33,145). Sum of RGB (Red+Green+Blue) = 76+33+145=254 (33% of max value = 765). Red value is 76 (30.08% from 255 or 29.92% from 254); Green value is 33 (13.28% from 255 or 12.99% from 254); Blue value is 145 (57.03% from 255 or 57.09% from 254); Max value from RGB is 145 - color contains mainly: blue. Hex color #4C2191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C2191 is #B3DE6E. Grayscale: #3A3A3A. Windows color (decimal): -11787887 or 9511244. OLE color: 9511244.

HSL color Cylindrical-coordinate representation of color #4C2191: hue angle of 263.04º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4C2191 is Cyan = 0.48, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 76 33 145 -
CMYK 0.48 0.77 0 0.43
HSL 263.04º 0.63% 0.35% -
HSV(B) 263.04º 0.77% 0.57% -
XYZ 8.64 4.67 27.23 -
YUV 58.63 176.75 140.39 -
System Red Green Blue C M Y K H S L
Decimal 76 33 145 0.48 0.77 0 0.43 263.04 0.63 0.35
Hex 4C 21 91 30 4D 0 2B 107 3F 23
Octal 114 41 221 60 115 0 53 407 77 43
Binary 1001100 100001 10010001 110000 1001101 0 101011 100000111 111111 100011

Color Harmonies of #4C2191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2191

Black with #4C2191

Text Example


Text Example

White with #4C2191

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,33,145); }

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

background-color css

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

 a { background-color: rgb(76,33,145); }

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

border-color css

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

 span { border-color: rgb(76,33,145); }

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