Html Css Color HEX #4C2346 Loulou

📋 copy color: '#4C2346'

red 76 ◦ green 35 ◦ blue 70

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

Shades of Loulou #4C2346

Tints of Loulou #4C2346

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.34%

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

R = 41.99%
G = 19.34%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.08

 K value IS 0.70

RGB Variations

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

Color information

#4C2346 (or 0x4C2346) is known color: Loulou. HEX triplet: 4C, 23 and 46. RGB value is (76,35,70). Sum of RGB (Red+Green+Blue) = 76+35+70=181 (23% of max value = 765). Red value is 76 (30.08% from 255 or 41.99% from 181); Green value is 35 (14.06% from 255 or 19.34% from 181); Blue value is 70 (27.73% from 255 or 38.67% from 181); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2346 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2346 is #B3DCB9. Grayscale: #333333. Windows color (decimal): -11787450 or 4596556. OLE color: 4596556.

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

Color convert

RGB 76 35 70 -
CMYK 0 0.54 0.08 0.70
HSL 308.78º 0.37% 0.22% -
HSV(B) 308.78º 0.54% 0.3% -
XYZ 4.69 3.18 6.16 -
YUV 51.25 138.58 145.65 -
System Red Green Blue C M Y K H S L
Decimal 76 35 70 0 0.54 0.08 0.70 308.78 0.37 0.22
Hex 4C 23 46 0 36 8 46 135 25 16
Octal 114 43 106 0 66 10 106 465 45 26
Binary 1001100 100011 1000110 0 110110 1000 1000110 100110101 100101 10110

Color Harmonies of #4C2346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2346

Black with #4C2346

Text Example


Text Example

White with #4C2346

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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