Html Css Color HEX #4C2249 Loulou

📋 copy color: '#4C2249'

red 76 ◦ green 34 ◦ blue 73

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

Shades of Loulou #4C2249

Tints of Loulou #4C2249

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.58%

 BLUE value IS 73 (28.91% from 255) = 39.89%

R = 41.53%
G = 18.58%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.04

 K value IS 0.70

RGB Variations

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

Color information

#4C2249 (or 0x4C2249) is known color: Loulou. HEX triplet: 4C, 22 and 49. RGB value is (76,34,73). Sum of RGB (Red+Green+Blue) = 76+34+73=183 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.53% from 183); Green value is 34 (13.67% from 255 or 18.58% from 183); Blue value is 73 (28.91% from 255 or 39.89% from 183); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2249 is #B3DDB6. Grayscale: #323232. Windows color (decimal): -11787703 or 4792908. OLE color: 4792908.

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

Color convert

RGB 76 34 73 -
CMYK 0 0.55 0.04 0.70
HSL 304.29º 0.38% 0.22% -
HSV(B) 304.29º 0.55% 0.3% -
XYZ 4.76 3.16 6.66 -
YUV 51 140.41 145.83 -
System Red Green Blue C M Y K H S L
Decimal 76 34 73 0 0.55 0.04 0.70 304.29 0.38 0.22
Hex 4C 22 49 0 37 4 46 130 26 16
Octal 114 42 111 0 67 4 106 460 46 26
Binary 1001100 100010 1001001 0 110111 100 1000110 100110000 100110 10110

Color Harmonies of #4C2249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2249

Black with #4C2249

Text Example


Text Example

White with #4C2249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,34,73); }

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

background-color css

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

 a { background-color: rgb(76,34,73); }

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

border-color css

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

 span { border-color: rgb(76,34,73); }

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