Html Css Color HEX #4E1842 Loulou

📋 copy color: '#4E1842'

red 78 ◦ green 24 ◦ blue 66

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

Shades of Loulou #4E1842

Tints of Loulou #4E1842

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.29%

 BLUE value IS 66 (26.17% from 255) = 39.29%

R = 46.43%
G = 14.29%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.15

 K value IS 0.69

RGB Variations

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

Color information

#4E1842 (or 0x4E1842) is known color: Loulou. HEX triplet: 4E, 18 and 42. RGB value is (78,24,66). Sum of RGB (Red+Green+Blue) = 78+24+66=168 (22% of max value = 765). Red value is 78 (30.86% from 255 or 46.43% from 168); Green value is 24 (9.77% from 255 or 14.29% from 168); Blue value is 66 (26.17% from 255 or 39.29% from 168); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1842 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1842 is #B1E7BD. Grayscale: #2C2C2C. Windows color (decimal): -11659198 or 4331598. OLE color: 4331598.

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

Color convert

RGB 78 24 66 -
CMYK 0 0.69 0.15 0.69
HSL 313.33º 0.53% 0.2% -
HSV(B) 313.33º 0.69% 0.31% -
XYZ 4.45 2.67 5.43 -
YUV 44.93 139.89 151.58 -
System Red Green Blue C M Y K H S L
Decimal 78 24 66 0 0.69 0.15 0.69 313.33 0.53 0.2
Hex 4E 18 42 0 45 F 45 139 35 14
Octal 116 30 102 0 105 17 105 471 65 24
Binary 1001110 11000 1000010 0 1000101 1111 1000101 100111001 110101 10100

Color Harmonies of #4E1842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1842

Black with #4E1842

Text Example


Text Example

White with #4E1842

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,24,66); }

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

background-color css

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

 a { background-color: rgb(78,24,66); }

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

border-color css

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

 span { border-color: rgb(78,24,66); }

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