Html Css Color HEX #4C2247 Loulou

📋 copy color: '#4C2247'

red 76 ◦ green 34 ◦ blue 71

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

Shades of Loulou #4C2247

Tints of Loulou #4C2247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 39.23%

R = 41.99%
G = 18.78%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.07

 K value IS 0.70

RGB Variations

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

Color information

#4C2247 (or 0x4C2247) is known color: Loulou. HEX triplet: 4C, 22 and 47. RGB value is (76,34,71). Sum of RGB (Red+Green+Blue) = 76+34+71=181 (23% of max value = 765). Red value is 76 (30.08% from 255 or 41.99% from 181); Green value is 34 (13.67% from 255 or 18.78% from 181); Blue value is 71 (28.12% from 255 or 39.23% from 181); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2247 is #B3DDB8. Grayscale: #323232. Windows color (decimal): -11787705 or 4661836. OLE color: 4661836.

HSL color Cylindrical-coordinate representation of color #4C2247: hue angle of 307.14º 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 #4C2247 is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 34 71 -
CMYK 0 0.55 0.07 0.70
HSL 307.14º 0.38% 0.22% -
HSV(B) 307.14º 0.55% 0.3% -
XYZ 4.69 3.14 6.32 -
YUV 50.78 139.41 145.99 -
System Red Green Blue C M Y K H S L
Decimal 76 34 71 0 0.55 0.07 0.70 307.14 0.38 0.22
Hex 4C 22 47 0 37 7 46 133 26 16
Octal 114 42 107 0 67 7 106 463 46 26
Binary 1001100 100010 1000111 0 110111 111 1000110 100110011 100110 10110

Color Harmonies of #4C2247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2247

Black with #4C2247

Text Example


Text Example

White with #4C2247

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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