Html Css Color HEX #4E2B4A Loulou

📋 copy color: '#4E2B4A'

red 78 ◦ green 43 ◦ blue 74

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

Shades of Loulou #4E2B4A

Tints of Loulou #4E2B4A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 22.05%

 BLUE value IS 74 (29.3% from 255) = 37.95%

R = 40%
G = 22.05%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.05

 K value IS 0.69

RGB Variations

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

Color information

#4E2B4A (or 0x4E2B4A) is known color: Loulou. HEX triplet: 4E, 2B and 4A. RGB value is (78,43,74). Sum of RGB (Red+Green+Blue) = 78+43+74=195 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40% from 195); Green value is 43 (17.19% from 255 or 22.05% from 195); Blue value is 74 (29.30% from 255 or 37.95% from 195); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2B4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2B4A is #B1D4B5. Grayscale: #383838. Windows color (decimal): -11654326 or 4860750. OLE color: 4860750.

HSL color Cylindrical-coordinate representation of color #4E2B4A: hue angle of 306.86º degrees, saturation: 0.29, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4E2B4A is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 43 74 -
CMYK 0 0.45 0.05 0.69
HSL 306.86º 0.29% 0.24% -
HSV(B) 306.86º 0.45% 0.31% -
XYZ 5.24 3.84 6.94 -
YUV 57 137.6 142.98 -
System Red Green Blue C M Y K H S L
Decimal 78 43 74 0 0.45 0.05 0.69 306.86 0.29 0.24
Hex 4E 2B 4A 0 2D 5 45 133 1D 18
Octal 116 53 112 0 55 5 105 463 35 30
Binary 1001110 101011 1001010 0 101101 101 1000101 100110011 11101 11000

Color Harmonies of #4E2B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2B4A

Black with #4E2B4A

Text Example


Text Example

White with #4E2B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,43,74); }

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

background-color css

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

 a { background-color: rgb(78,43,74); }

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

border-color css

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

 span { border-color: rgb(78,43,74); }

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