Html Css Color HEX #4E1844 Loulou

📋 copy color: '#4E1844'

red 78 ◦ green 24 ◦ blue 68

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

Shades of Loulou #4E1844

Tints of Loulou #4E1844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 40%

R = 45.88%
G = 14.12%
B = 40%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.13

 K value IS 0.69

RGB Variations

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

Color information

#4E1844 (or 0x4E1844) is known color: Loulou. HEX triplet: 4E, 18 and 44. RGB value is (78,24,68). Sum of RGB (Red+Green+Blue) = 78+24+68=170 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.88% from 170); Green value is 24 (9.77% from 255 or 14.12% from 170); Blue value is 68 (26.95% from 255 or 40% from 170); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1844 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1844 is #B1E7BB. Grayscale: #2D2D2D. Windows color (decimal): -11659196 or 4462670. OLE color: 4462670.

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

Color convert

RGB 78 24 68 -
CMYK 0 0.69 0.13 0.69
HSL 311.11º 0.53% 0.2% -
HSV(B) 311.11º 0.69% 0.31% -
XYZ 4.51 2.69 5.75 -
YUV 45.16 140.89 151.42 -
System Red Green Blue C M Y K H S L
Decimal 78 24 68 0 0.69 0.13 0.69 311.11 0.53 0.2
Hex 4E 18 44 0 45 D 45 137 35 14
Octal 116 30 104 0 105 15 105 467 65 24
Binary 1001110 11000 1000100 0 1000101 1101 1000101 100110111 110101 10100

Color Harmonies of #4E1844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1844

Black with #4E1844

Text Example


Text Example

White with #4E1844

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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