Html Css Color HEX #4C2546 Loulou

📋 copy color: '#4C2546'

red 76 ◦ green 37 ◦ blue 70

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

Shades of Loulou #4C2546

Tints of Loulou #4C2546

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.22%

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

R = 41.53%
G = 20.22%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.08

 K value IS 0.70

RGB Variations

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

Color information

#4C2546 (or 0x4C2546) is known color: Loulou. HEX triplet: 4C, 25 and 46. RGB value is (76,37,70). Sum of RGB (Red+Green+Blue) = 76+37+70=183 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.53% from 183); Green value is 37 (14.84% from 255 or 20.22% from 183); Blue value is 70 (27.73% from 255 or 38.25% from 183); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2546 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2546 is #B3DAB9. Grayscale: #343434. Windows color (decimal): -11786938 or 4597068. OLE color: 4597068.

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

Color convert

RGB 76 37 70 -
CMYK 0 0.51 0.08 0.70
HSL 309.23º 0.35% 0.22% -
HSV(B) 309.23º 0.51% 0.3% -
XYZ 4.75 3.3 6.18 -
YUV 52.42 137.92 144.82 -
System Red Green Blue C M Y K H S L
Decimal 76 37 70 0 0.51 0.08 0.70 309.23 0.35 0.22
Hex 4C 25 46 0 33 8 46 135 23 16
Octal 114 45 106 0 63 10 106 465 43 26
Binary 1001100 100101 1000110 0 110011 1000 1000110 100110101 100011 10110

Color Harmonies of #4C2546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2546

Black with #4C2546

Text Example


Text Example

White with #4C2546

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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