Html Css Color HEX #4E0F47 Loulou

📋 copy color: '#4E0F47'

red 78 ◦ green 15 ◦ blue 71

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

Shades of Loulou #4E0F47

Tints of Loulou #4E0F47

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.15%

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

R = 47.56%
G = 9.15%
B = 43.29%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#4E0F47 (or 0x4E0F47) is known color: Loulou. HEX triplet: 4E, 0F and 47. RGB value is (78,15,71). Sum of RGB (Red+Green+Blue) = 78+15+71=164 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.56% from 164); Green value is 15 (6.25% from 255 or 9.15% from 164); Blue value is 71 (28.12% from 255 or 43.29% from 164); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0F47 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0F47 is #B1F0B8. Grayscale: #282828. Windows color (decimal): -11661497 or 4656974. OLE color: 4656974.

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

Color convert

RGB 78 15 71 -
CMYK 0 0.81 0.09 0.69
HSL 306.67º 0.68% 0.18% -
HSV(B) 306.67º 0.81% 0.31% -
XYZ 4.45 2.42 6.19 -
YUV 40.22 145.37 154.95 -
System Red Green Blue C M Y K H S L
Decimal 78 15 71 0 0.81 0.09 0.69 306.67 0.68 0.18
Hex 4E F 47 0 51 9 45 133 44 12
Octal 116 17 107 0 121 11 105 463 104 22
Binary 1001110 1111 1000111 0 1010001 1001 1000101 100110011 1000100 10010

Color Harmonies of #4E0F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0F47

Black with #4E0F47

Text Example


Text Example

White with #4E0F47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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