Html Css Color HEX #4E0F48 Loulou

📋 copy color: '#4E0F48'

red 78 ◦ green 15 ◦ blue 72

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

Shades of Loulou #4E0F48

Tints of Loulou #4E0F48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 43.64%

R = 47.27%
G = 9.09%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#4E0F48 (or 0x4E0F48) is known color: Loulou. HEX triplet: 4E, 0F and 48. RGB value is (78,15,72). Sum of RGB (Red+Green+Blue) = 78+15+72=165 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.27% from 165); Green value is 15 (6.25% from 255 or 9.09% from 165); Blue value is 72 (28.52% from 255 or 43.64% from 165); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0F48 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0F48 is #B1F0B7. Grayscale: #282828. Windows color (decimal): -11661496 or 4722510. OLE color: 4722510.

HSL color Cylindrical-coordinate representation of color #4E0F48: hue angle of 305.71º 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 #4E0F48 is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 15 72 -
CMYK 0 0.81 0.08 0.69
HSL 305.71º 0.68% 0.18% -
HSV(B) 305.71º 0.81% 0.31% -
XYZ 4.48 2.43 6.36 -
YUV 40.34 145.87 154.87 -
System Red Green Blue C M Y K H S L
Decimal 78 15 72 0 0.81 0.08 0.69 305.71 0.68 0.18
Hex 4E F 48 0 51 8 45 132 44 12
Octal 116 17 110 0 121 10 105 462 104 22
Binary 1001110 1111 1001000 0 1010001 1000 1000101 100110010 1000100 10010

Color Harmonies of #4E0F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0F48

Black with #4E0F48

Text Example


Text Example

White with #4E0F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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