Html Css Color HEX #4C2E47 Loulou

📋 copy color: '#4C2E47'

red 76 ◦ green 46 ◦ blue 71

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

Shades of Loulou #4C2E47

Tints of Loulou #4C2E47

RGB

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

 GREEN value IS 46 (18.36% from 255) = 23.83%

 BLUE value IS 71 (28.13% from 255) = 36.79%

R = 39.38%
G = 23.83%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.07

 K value IS 0.70

RGB Variations

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

Color information

#4C2E47 (or 0x4C2E47) is known color: Loulou. HEX triplet: 4C, 2E and 47. RGB value is (76,46,71). Sum of RGB (Red+Green+Blue) = 76+46+71=193 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.38% from 193); Green value is 46 (18.36% from 255 or 23.83% from 193); Blue value is 71 (28.12% from 255 or 36.79% from 193); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2E47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2E47 is #B3D1B8. Grayscale: #393939. Windows color (decimal): -11784633 or 4664908. OLE color: 4664908.

HSL color Cylindrical-coordinate representation of color #4C2E47: hue angle of 310º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4C2E47 is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 46 71 -
CMYK 0 0.39 0.07 0.70
HSL 310º 0.25% 0.24% -
HSV(B) 310º 0.39% 0.3% -
XYZ 5.09 3.95 6.45 -
YUV 57.82 135.44 140.97 -
System Red Green Blue C M Y K H S L
Decimal 76 46 71 0 0.39 0.07 0.70 310 0.25 0.24
Hex 4C 2E 47 0 27 7 46 136 19 18
Octal 114 56 107 0 47 7 106 466 31 30
Binary 1001100 101110 1000111 0 100111 111 1000110 100110110 11001 11000

Color Harmonies of #4C2E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2E47

Black with #4C2E47

Text Example


Text Example

White with #4C2E47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,46,71); }

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

background-color css

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

 a { background-color: rgb(76,46,71); }

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

border-color css

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

 span { border-color: rgb(76,46,71); }

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