Html Css Color HEX #4C2047 Loulou

📋 copy color: '#4C2047'

red 76 ◦ green 32 ◦ blue 71

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

Shades of Loulou #4C2047

Tints of Loulou #4C2047

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.88%

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

R = 42.46%
G = 17.88%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.07

 K value IS 0.70

RGB Variations

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

Color information

#4C2047 (or 0x4C2047) is known color: Loulou. HEX triplet: 4C, 20 and 47. RGB value is (76,32,71). Sum of RGB (Red+Green+Blue) = 76+32+71=179 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.46% from 179); Green value is 32 (12.89% from 255 or 17.88% from 179); Blue value is 71 (28.12% from 255 or 39.66% from 179); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2047 is #B3DFB8. Grayscale: #313131. Windows color (decimal): -11788217 or 4661324. OLE color: 4661324.

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

Color convert

RGB 76 32 71 -
CMYK 0 0.58 0.07 0.70
HSL 306.82º 0.41% 0.21% -
HSV(B) 306.82º 0.58% 0.3% -
XYZ 4.63 3.02 6.3 -
YUV 49.6 140.08 146.83 -
System Red Green Blue C M Y K H S L
Decimal 76 32 71 0 0.58 0.07 0.70 306.82 0.41 0.21
Hex 4C 20 47 0 3A 7 46 133 29 15
Octal 114 40 107 0 72 7 106 463 51 25
Binary 1001100 100000 1000111 0 111010 111 1000110 100110011 101001 10101

Color Harmonies of #4C2047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2047

Black with #4C2047

Text Example


Text Example

White with #4C2047

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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