Html Css Color HEX #4C1D49 Loulou

📋 copy color: '#4C1D49'

red 76 ◦ green 29 ◦ blue 73

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

Shades of Loulou #4C1D49

Tints of Loulou #4C1D49

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.29%

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

R = 42.7%
G = 16.29%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.04

 K value IS 0.70

RGB Variations

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

Color information

#4C1D49 (or 0x4C1D49) is known color: Loulou. HEX triplet: 4C, 1D and 49. RGB value is (76,29,73). Sum of RGB (Red+Green+Blue) = 76+29+73=178 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.70% from 178); Green value is 29 (11.72% from 255 or 16.29% from 178); Blue value is 73 (28.91% from 255 or 41.01% from 178); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1D49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C1D49 is #B3E2B6. Grayscale: #2F2F2F. Windows color (decimal): -11788983 or 4791628. OLE color: 4791628.

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

Color convert

RGB 76 29 73 -
CMYK 0 0.62 0.04 0.70
HSL 303.83º 0.45% 0.21% -
HSV(B) 303.83º 0.62% 0.3% -
XYZ 4.62 2.9 6.62 -
YUV 48.07 142.07 147.92 -
System Red Green Blue C M Y K H S L
Decimal 76 29 73 0 0.62 0.04 0.70 303.83 0.45 0.21
Hex 4C 1D 49 0 3E 4 46 130 2D 15
Octal 114 35 111 0 76 4 106 460 55 25
Binary 1001100 11101 1001001 0 111110 100 1000110 100110000 101101 10101

Color Harmonies of #4C1D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1D49

Black with #4C1D49

Text Example


Text Example

White with #4C1D49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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