Html Css Color HEX #4E1E4B Loulou

📋 copy color: '#4E1E4B'

red 78 ◦ green 30 ◦ blue 75

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

Shades of Loulou #4E1E4B

Tints of Loulou #4E1E4B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 16.39%

 BLUE value IS 75 (29.69% from 255) = 40.98%

R = 42.62%
G = 16.39%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.04

 K value IS 0.69

RGB Variations

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

Color information

#4E1E4B (or 0x4E1E4B) is known color: Loulou. HEX triplet: 4E, 1E and 4B. RGB value is (78,30,75). Sum of RGB (Red+Green+Blue) = 78+30+75=183 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.62% from 183); Green value is 30 (12.11% from 255 or 16.39% from 183); Blue value is 75 (29.69% from 255 or 40.98% from 183); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1E4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E1E4B is #B1E1B4. Grayscale: #313131. Windows color (decimal): -11657653 or 4922958. OLE color: 4922958.

HSL color Cylindrical-coordinate representation of color #4E1E4B: hue angle of 303.75º degrees, saturation: 0.44, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4E1E4B is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 30 75 -
CMYK 0 0.62 0.04 0.69
HSL 303.75º 0.44% 0.21% -
HSV(B) 303.75º 0.62% 0.31% -
XYZ 4.88 3.06 6.99 -
YUV 49.48 142.4 148.34 -
System Red Green Blue C M Y K H S L
Decimal 78 30 75 0 0.62 0.04 0.69 303.75 0.44 0.21
Hex 4E 1E 4B 0 3E 4 45 130 2C 15
Octal 116 36 113 0 76 4 105 460 54 25
Binary 1001110 11110 1001011 0 111110 100 1000101 100110000 101100 10101

Color Harmonies of #4E1E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1E4B

Black with #4E1E4B

Text Example


Text Example

White with #4E1E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,30,75); }

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

background-color css

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

 a { background-color: rgb(78,30,75); }

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

border-color css

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

 span { border-color: rgb(78,30,75); }

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