Html Css Color HEX #4C2849 Loulou

📋 copy color: '#4C2849'

red 76 ◦ green 40 ◦ blue 73

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

Shades of Loulou #4C2849

Tints of Loulou #4C2849

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.16%

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

R = 40.21%
G = 21.16%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.04

 K value IS 0.70

RGB Variations

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

Color information

#4C2849 (or 0x4C2849) is known color: Loulou. HEX triplet: 4C, 28 and 49. RGB value is (76,40,73). Sum of RGB (Red+Green+Blue) = 76+40+73=189 (25% of max value = 765). Red value is 76 (30.08% from 255 or 40.21% from 189); Green value is 40 (16.02% from 255 or 21.16% from 189); Blue value is 73 (28.91% from 255 or 38.62% from 189); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2849 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2849 is #B3D7B6. Grayscale: #363636. Windows color (decimal): -11786167 or 4794444. OLE color: 4794444.

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

Color convert

RGB 76 40 73 -
CMYK 0 0.47 0.04 0.70
HSL 305º 0.31% 0.23% -
HSV(B) 305º 0.47% 0.3% -
XYZ 4.94 3.54 6.73 -
YUV 54.53 138.43 143.32 -
System Red Green Blue C M Y K H S L
Decimal 76 40 73 0 0.47 0.04 0.70 305 0.31 0.23
Hex 4C 28 49 0 2F 4 46 131 1F 17
Octal 114 50 111 0 57 4 106 461 37 27
Binary 1001100 101000 1001001 0 101111 100 1000110 100110001 11111 10111

Color Harmonies of #4C2849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2849

Black with #4C2849

Text Example


Text Example

White with #4C2849

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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