Html Css Color HEX #4E1047 Loulou

📋 copy color: '#4E1047'

red 78 ◦ green 16 ◦ blue 71

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

Shades of Loulou #4E1047

Tints of Loulou #4E1047

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.7%

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

R = 47.27%
G = 9.7%
B = 43.03%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#4E1047 (or 0x4E1047) is known color: Loulou. HEX triplet: 4E, 10 and 47. RGB value is (78,16,71). Sum of RGB (Red+Green+Blue) = 78+16+71=165 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.27% from 165); Green value is 16 (6.64% from 255 or 9.70% from 165); Blue value is 71 (28.12% from 255 or 43.03% from 165); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1047 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1047 is #B1EFB8. Grayscale: #282828. Windows color (decimal): -11661241 or 4657230. OLE color: 4657230.

HSL color Cylindrical-coordinate representation of color #4E1047: hue angle of 306.77º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4E1047 is Cyan = 0, Magento = 0.79, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 16 71 -
CMYK 0 0.79 0.09 0.69
HSL 306.77º 0.66% 0.18% -
HSV(B) 306.77º 0.79% 0.31% -
XYZ 4.46 2.45 6.2 -
YUV 40.81 145.04 154.53 -
System Red Green Blue C M Y K H S L
Decimal 78 16 71 0 0.79 0.09 0.69 306.77 0.66 0.18
Hex 4E 10 47 0 4F 9 45 133 42 12
Octal 116 20 107 0 117 11 105 463 102 22
Binary 1001110 10000 1000111 0 1001111 1001 1000101 100110011 1000010 10010

Color Harmonies of #4E1047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1047

Black with #4E1047

Text Example


Text Example

White with #4E1047

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,16,71); }

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

background-color css

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

 a { background-color: rgb(78,16,71); }

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

border-color css

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

 span { border-color: rgb(78,16,71); }

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