Html Css Color HEX #4E1949 Loulou

📋 copy color: '#4E1949'

red 78 ◦ green 25 ◦ blue 73

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

Shades of Loulou #4E1949

Tints of Loulou #4E1949

RGB

 RED value IS 78 (30.86% from 255) = 44.32%

 GREEN value IS 25 (10.16% from 255) = 14.2%

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

R = 44.32%
G = 14.2%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.06

 K value IS 0.69

RGB Variations

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

Color information

#4E1949 (or 0x4E1949) is known color: Loulou. HEX triplet: 4E, 19 and 49. RGB value is (78,25,73). Sum of RGB (Red+Green+Blue) = 78+25+73=176 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.32% from 176); Green value is 25 (10.16% from 255 or 14.20% from 176); Blue value is 73 (28.91% from 255 or 41.48% from 176); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1949 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1949 is #B1E6B6. Grayscale: #2E2E2E. Windows color (decimal): -11658935 or 4790606. OLE color: 4790606.

HSL color Cylindrical-coordinate representation of color #4E1949: hue angle of 305.66º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4E1949 is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 25 73 -
CMYK 0 0.68 0.06 0.69
HSL 305.66º 0.51% 0.2% -
HSV(B) 305.66º 0.68% 0.31% -
XYZ 4.69 2.8 6.6 -
YUV 46.32 143.06 150.6 -
System Red Green Blue C M Y K H S L
Decimal 78 25 73 0 0.68 0.06 0.69 305.66 0.51 0.2
Hex 4E 19 49 0 44 6 45 132 33 14
Octal 116 31 111 0 104 6 105 462 63 24
Binary 1001110 11001 1001001 0 1000100 110 1000101 100110010 110011 10100

Color Harmonies of #4E1949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1949

Black with #4E1949

Text Example


Text Example

White with #4E1949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,25,73); }

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

background-color css

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

 a { background-color: rgb(78,25,73); }

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

border-color css

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

 span { border-color: rgb(78,25,73); }

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