Html Css Color HEX #4C3043 Loulou

📋 copy color: '#4C3043'

red 76 ◦ green 48 ◦ blue 67

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

Shades of Loulou #4C3043

Tints of Loulou #4C3043

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.13%

 BLUE value IS 67 (26.56% from 255) = 35.08%

R = 39.79%
G = 25.13%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.12

 K value IS 0.70

RGB Variations

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

Color information

#4C3043 (or 0x4C3043) is known color: Loulou. HEX triplet: 4C, 30 and 43. RGB value is (76,48,67). Sum of RGB (Red+Green+Blue) = 76+48+67=191 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.79% from 191); Green value is 48 (19.14% from 255 or 25.13% from 191); Blue value is 67 (26.56% from 255 or 35.08% from 191); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3043 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3043 is #B3CFBC. Grayscale: #3A3A3A. Windows color (decimal): -11784125 or 4403276. OLE color: 4403276.

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

Color convert

RGB 76 48 67 -
CMYK 0 0.37 0.12 0.70
HSL 319.29º 0.23% 0.24% -
HSV(B) 319.29º 0.37% 0.3% -
XYZ 5.05 4.06 5.83 -
YUV 58.54 132.78 140.46 -
System Red Green Blue C M Y K H S L
Decimal 76 48 67 0 0.37 0.12 0.70 319.29 0.23 0.24
Hex 4C 30 43 0 25 C 46 13F 17 18
Octal 114 60 103 0 45 14 106 477 27 30
Binary 1001100 110000 1000011 0 100101 1100 1000110 100111111 10111 11000

Color Harmonies of #4C3043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3043

Black with #4C3043

Text Example


Text Example

White with #4C3043

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,48,67); }

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

background-color css

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

 a { background-color: rgb(76,48,67); }

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

border-color css

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

 span { border-color: rgb(76,48,67); }

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