Html Css Color HEX #4C2744 Loulou

📋 copy color: '#4C2744'

red 76 ◦ green 39 ◦ blue 68

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

Shades of Loulou #4C2744

Tints of Loulou #4C2744

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.31%

 BLUE value IS 68 (26.95% from 255) = 37.16%

R = 41.53%
G = 21.31%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.11

 K value IS 0.70

RGB Variations

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

Color information

#4C2744 (or 0x4C2744) is known color: Loulou. HEX triplet: 4C, 27 and 44. RGB value is (76,39,68). Sum of RGB (Red+Green+Blue) = 76+39+68=183 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.53% from 183); Green value is 39 (15.62% from 255 or 21.31% from 183); Blue value is 68 (26.95% from 255 or 37.16% from 183); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2744 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2744 is #B3D8BB. Grayscale: #353535. Windows color (decimal): -11786428 or 4466508. OLE color: 4466508.

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

Color convert

RGB 76 39 68 -
CMYK 0 0.49 0.11 0.70
HSL 312.97º 0.32% 0.23% -
HSV(B) 312.97º 0.49% 0.3% -
XYZ 4.75 3.4 5.88 -
YUV 53.37 136.26 144.14 -
System Red Green Blue C M Y K H S L
Decimal 76 39 68 0 0.49 0.11 0.70 312.97 0.32 0.23
Hex 4C 27 44 0 31 B 46 139 20 17
Octal 114 47 104 0 61 13 106 471 40 27
Binary 1001100 100111 1000100 0 110001 1011 1000110 100111001 100000 10111

Color Harmonies of #4C2744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2744

Black with #4C2744

Text Example


Text Example

White with #4C2744

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,39,68); }

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

background-color css

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

 a { background-color: rgb(76,39,68); }

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

border-color css

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

 span { border-color: rgb(76,39,68); }

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