Html Css Color HEX #4A2F49 Loulou

📋 copy color: '#4A2F49'

red 74 ◦ green 47 ◦ blue 73

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

Shades of Loulou #4A2F49

Tints of Loulou #4A2F49

RGB

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

 GREEN value IS 47 (18.75% from 255) = 24.23%

 BLUE value IS 73 (28.91% from 255) = 37.63%

R = 38.14%
G = 24.23%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.01

 K value IS 0.71

RGB Variations

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

Color information

#4A2F49 (or 0x4A2F49) is known color: Loulou. HEX triplet: 4A, 2F and 49. RGB value is (74,47,73). Sum of RGB (Red+Green+Blue) = 74+47+73=194 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.14% from 194); Green value is 47 (18.75% from 255 or 24.23% from 194); Blue value is 73 (28.91% from 255 or 37.63% from 194); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2F49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2F49 is #B5D0B6. Grayscale: #393939. Windows color (decimal): -11915447 or 4796234. OLE color: 4796234.

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

Color convert

RGB 74 47 73 -
CMYK 0 0.36 0.01 0.71
HSL 302.22º 0.22% 0.24% -
HSV(B) 302.22º 0.36% 0.29% -
XYZ 5.04 3.97 6.8 -
YUV 58.04 136.45 139.39 -
System Red Green Blue C M Y K H S L
Decimal 74 47 73 0 0.36 0.01 0.71 302.22 0.22 0.24
Hex 4A 2F 49 0 24 1 47 12E 16 18
Octal 112 57 111 0 44 1 107 456 26 30
Binary 1001010 101111 1001001 0 100100 1 1000111 100101110 10110 11000

Color Harmonies of #4A2F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2F49

Black with #4A2F49

Text Example


Text Example

White with #4A2F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,47,73); }

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

background-color css

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

 a { background-color: rgb(74,47,73); }

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

border-color css

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

 span { border-color: rgb(74,47,73); }

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