Html Css Color HEX #4C2C46 Loulou

📋 copy color: '#4C2C46'

red 76 ◦ green 44 ◦ blue 70

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

Shades of Loulou #4C2C46

Tints of Loulou #4C2C46

RGB

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

 GREEN value IS 44 (17.58% from 255) = 23.16%

 BLUE value IS 70 (27.73% from 255) = 36.84%

R = 40%
G = 23.16%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.08

 K value IS 0.70

RGB Variations

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

Color information

#4C2C46 (or 0x4C2C46) is known color: Loulou. HEX triplet: 4C, 2C and 46. RGB value is (76,44,70). Sum of RGB (Red+Green+Blue) = 76+44+70=190 (25% of max value = 765). Red value is 76 (30.08% from 255 or 40% from 190); Green value is 44 (17.58% from 255 or 23.16% from 190); Blue value is 70 (27.73% from 255 or 36.84% from 190); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2C46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2C46 is #B3D3B9. Grayscale: #383838. Windows color (decimal): -11785146 or 4598860. OLE color: 4598860.

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

Color convert

RGB 76 44 70 -
CMYK 0 0.42 0.08 0.70
HSL 311.25º 0.27% 0.24% -
HSV(B) 311.25º 0.42% 0.3% -
XYZ 4.99 3.78 6.26 -
YUV 56.53 135.6 141.89 -
System Red Green Blue C M Y K H S L
Decimal 76 44 70 0 0.42 0.08 0.70 311.25 0.27 0.24
Hex 4C 2C 46 0 2A 8 46 137 1B 18
Octal 114 54 106 0 52 10 106 467 33 30
Binary 1001100 101100 1000110 0 101010 1000 1000110 100110111 11011 11000

Color Harmonies of #4C2C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2C46

Black with #4C2C46

Text Example


Text Example

White with #4C2C46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,44,70); }

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

background-color css

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

 a { background-color: rgb(76,44,70); }

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

border-color css

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

 span { border-color: rgb(76,44,70); }

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