Html Css Color HEX #4A3147 Loulou

📋 copy color: '#4A3147'

red 74 ◦ green 49 ◦ blue 71

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

Shades of Loulou #4A3147

Tints of Loulou #4A3147

RGB

 RED value IS 74 (29.3% from 255) = 38.14%

 GREEN value IS 49 (19.53% from 255) = 25.26%

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

R = 38.14%
G = 25.26%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.04

 K value IS 0.71

RGB Variations

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

Color information

#4A3147 (or 0x4A3147) is known color: Loulou. HEX triplet: 4A, 31 and 47. RGB value is (74,49,71). Sum of RGB (Red+Green+Blue) = 74+49+71=194 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.14% from 194); Green value is 49 (19.53% from 255 or 25.26% from 194); Blue value is 71 (28.12% from 255 or 36.60% from 194); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3147 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3147 is #B5CEB8. Grayscale: #3A3A3A. Windows color (decimal): -11914937 or 4665674. OLE color: 4665674.

HSL color Cylindrical-coordinate representation of color #4A3147: hue angle of 307.2º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4A3147 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 49 71 -
CMYK 0 0.34 0.04 0.71
HSL 307.2º 0.2% 0.24% -
HSV(B) 307.2º 0.34% 0.29% -
XYZ 5.06 4.11 6.49 -
YUV 58.98 134.78 138.71 -
System Red Green Blue C M Y K H S L
Decimal 74 49 71 0 0.34 0.04 0.71 307.2 0.2 0.24
Hex 4A 31 47 0 22 4 47 133 14 18
Octal 112 61 107 0 42 4 107 463 24 30
Binary 1001010 110001 1000111 0 100010 100 1000111 100110011 10100 11000

Color Harmonies of #4A3147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3147

Black with #4A3147

Text Example


Text Example

White with #4A3147

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,49,71); }

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

background-color css

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

 a { background-color: rgb(74,49,71); }

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

border-color css

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

 span { border-color: rgb(74,49,71); }

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