Html Css Color HEX #4C1347 Loulou

📋 copy color: '#4C1347'

red 76 ◦ green 19 ◦ blue 71

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

Shades of Loulou #4C1347

Tints of Loulou #4C1347

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.45%

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

R = 45.78%
G = 11.45%
B = 42.77%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.07

 K value IS 0.70

RGB Variations

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

Color information

#4C1347 (or 0x4C1347) is known color: Loulou. HEX triplet: 4C, 13 and 47. RGB value is (76,19,71). Sum of RGB (Red+Green+Blue) = 76+19+71=166 (21% of max value = 765). Red value is 76 (30.08% from 255 or 45.78% from 166); Green value is 19 (7.81% from 255 or 11.45% from 166); Blue value is 71 (28.12% from 255 or 42.77% from 166); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1347 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1347 is #B3ECB8. Grayscale: #292929. Windows color (decimal): -11791545 or 4657996. OLE color: 4657996.

HSL color Cylindrical-coordinate representation of color #4C1347: hue angle of 305.26º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4C1347 is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 19 71 -
CMYK 0 0.75 0.07 0.70
HSL 305.26º 0.6% 0.19% -
HSV(B) 305.26º 0.75% 0.3% -
XYZ 4.35 2.46 6.21 -
YUV 41.97 144.38 152.27 -
System Red Green Blue C M Y K H S L
Decimal 76 19 71 0 0.75 0.07 0.70 305.26 0.6 0.19
Hex 4C 13 47 0 4B 7 46 131 3C 13
Octal 114 23 107 0 113 7 106 461 74 23
Binary 1001100 10011 1000111 0 1001011 111 1000110 100110001 111100 10011

Color Harmonies of #4C1347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1347

Black with #4C1347

Text Example


Text Example

White with #4C1347

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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