Html Css Color HEX #4C334A Loulou

📋 copy color: '#4C334A'

red 76 ◦ green 51 ◦ blue 74

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

Shades of Loulou #4C334A

Tints of Loulou #4C334A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.37%

 BLUE value IS 74 (29.3% from 255) = 36.82%

R = 37.81%
G = 25.37%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.03

 K value IS 0.70

RGB Variations

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

Color information

#4C334A (or 0x4C334A) is known color: Loulou. HEX triplet: 4C, 33 and 4A. RGB value is (76,51,74). Sum of RGB (Red+Green+Blue) = 76+51+74=201 (26% of max value = 765). Red value is 76 (30.08% from 255 or 37.81% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 74 (29.30% from 255 or 36.82% from 201); Max value from RGB is 76 - color contains mainly: red. Hex color #4C334A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C334A is #B3CCB5. Grayscale: #3D3D3D. Windows color (decimal): -11783350 or 4862796. OLE color: 4862796.

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

Color convert

RGB 76 51 74 -
CMYK 0 0.33 0.03 0.70
HSL 304.8º 0.2% 0.25% -
HSV(B) 304.8º 0.33% 0.3% -
XYZ 5.4 4.4 7.04 -
YUV 61.1 135.28 138.63 -
System Red Green Blue C M Y K H S L
Decimal 76 51 74 0 0.33 0.03 0.70 304.8 0.2 0.25
Hex 4C 33 4A 0 21 3 46 131 14 19
Octal 114 63 112 0 41 3 106 461 24 31
Binary 1001100 110011 1001010 0 100001 11 1000110 100110001 10100 11001

Color Harmonies of #4C334A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C334A

Black with #4C334A

Text Example


Text Example

White with #4C334A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,51,74); }

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

background-color css

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

 a { background-color: rgb(76,51,74); }

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

border-color css

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

 span { border-color: rgb(76,51,74); }

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