Html Css Color HEX #4E1A42 Loulou

📋 copy color: '#4E1A42'

red 78 ◦ green 26 ◦ blue 66

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

Shades of Loulou #4E1A42

Tints of Loulou #4E1A42

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.29%

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

R = 45.88%
G = 15.29%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.15

 K value IS 0.69

RGB Variations

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

Color information

#4E1A42 (or 0x4E1A42) is known color: Loulou. HEX triplet: 4E, 1A and 42. RGB value is (78,26,66). Sum of RGB (Red+Green+Blue) = 78+26+66=170 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.88% from 170); Green value is 26 (10.55% from 255 or 15.29% from 170); Blue value is 66 (26.17% from 255 or 38.82% from 170); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1A42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E1A42 is #B1E5BD. Grayscale: #2D2D2D. Windows color (decimal): -11658686 or 4332110. OLE color: 4332110.

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

Color convert

RGB 78 26 66 -
CMYK 0 0.67 0.15 0.69
HSL 313.85º 0.5% 0.2% -
HSV(B) 313.85º 0.67% 0.31% -
XYZ 4.49 2.75 5.45 -
YUV 46.11 139.23 150.75 -
System Red Green Blue C M Y K H S L
Decimal 78 26 66 0 0.67 0.15 0.69 313.85 0.5 0.2
Hex 4E 1A 42 0 43 F 45 13A 32 14
Octal 116 32 102 0 103 17 105 472 62 24
Binary 1001110 11010 1000010 0 1000011 1111 1000101 100111010 110010 10100

Color Harmonies of #4E1A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1A42

Black with #4E1A42

Text Example


Text Example

White with #4E1A42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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