Html Css Color HEX #4C2049 Loulou

📋 copy color: '#4C2049'

red 76 ◦ green 32 ◦ blue 73

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

Shades of Loulou #4C2049

Tints of Loulou #4C2049

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.68%

 BLUE value IS 73 (28.91% from 255) = 40.33%

R = 41.99%
G = 17.68%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.04

 K value IS 0.70

RGB Variations

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

Color information

#4C2049 (or 0x4C2049) is known color: Loulou. HEX triplet: 4C, 20 and 49. RGB value is (76,32,73). Sum of RGB (Red+Green+Blue) = 76+32+73=181 (23% of max value = 765). Red value is 76 (30.08% from 255 or 41.99% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 73 (28.91% from 255 or 40.33% from 181); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2049 is #B3DFB6. Grayscale: #313131. Windows color (decimal): -11788215 or 4792396. OLE color: 4792396.

HSL color Cylindrical-coordinate representation of color #4C2049: hue angle of 304.09º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4C2049 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 32 73 -
CMYK 0 0.58 0.04 0.70
HSL 304.09º 0.41% 0.21% -
HSV(B) 304.09º 0.58% 0.3% -
XYZ 4.7 3.05 6.64 -
YUV 49.83 141.08 146.67 -
System Red Green Blue C M Y K H S L
Decimal 76 32 73 0 0.58 0.04 0.70 304.09 0.41 0.21
Hex 4C 20 49 0 3A 4 46 130 29 15
Octal 114 40 111 0 72 4 106 460 51 25
Binary 1001100 100000 1001001 0 111010 100 1000110 100110000 101001 10101

Color Harmonies of #4C2049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2049

Black with #4C2049

Text Example


Text Example

White with #4C2049

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,32,73); }

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

background-color css

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

 a { background-color: rgb(76,32,73); }

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

border-color css

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

 span { border-color: rgb(76,32,73); }

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