Html Css Color HEX #4C2144 Loulou

📋 copy color: '#4C2144'

red 76 ◦ green 33 ◦ blue 68

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

Shades of Loulou #4C2144

Tints of Loulou #4C2144

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.64%

 BLUE value IS 68 (26.95% from 255) = 38.42%

R = 42.94%
G = 18.64%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.11

 K value IS 0.70

RGB Variations

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

Color information

#4C2144 (or 0x4C2144) is known color: Loulou. HEX triplet: 4C, 21 and 44. RGB value is (76,33,68). Sum of RGB (Red+Green+Blue) = 76+33+68=177 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.94% from 177); Green value is 33 (13.28% from 255 or 18.64% from 177); Blue value is 68 (26.95% from 255 or 38.42% from 177); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2144 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2144 is #B3DEBB. Grayscale: #313131. Windows color (decimal): -11787964 or 4464972. OLE color: 4464972.

HSL color Cylindrical-coordinate representation of color #4C2144: hue angle of 311.16º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4C2144 is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 33 68 -
CMYK 0 0.57 0.11 0.70
HSL 311.16º 0.39% 0.21% -
HSV(B) 311.16º 0.57% 0.3% -
XYZ 4.57 3.04 5.82 -
YUV 49.85 138.25 146.65 -
System Red Green Blue C M Y K H S L
Decimal 76 33 68 0 0.57 0.11 0.70 311.16 0.39 0.21
Hex 4C 21 44 0 39 B 46 137 27 15
Octal 114 41 104 0 71 13 106 467 47 25
Binary 1001100 100001 1000100 0 111001 1011 1000110 100110111 100111 10101

Color Harmonies of #4C2144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2144

Black with #4C2144

Text Example


Text Example

White with #4C2144

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,33,68); }

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

background-color css

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

 a { background-color: rgb(76,33,68); }

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

border-color css

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

 span { border-color: rgb(76,33,68); }

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