Html Css Color HEX #4D284A Loulou

📋 copy color: '#4D284A'

red 77 ◦ green 40 ◦ blue 74

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

Shades of Loulou #4D284A

Tints of Loulou #4D284A

RGB

 RED value IS 77 (30.47% from 255) = 40.31%

 GREEN value IS 40 (16.02% from 255) = 20.94%

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

R = 40.31%
G = 20.94%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.04

 K value IS 0.70

RGB Variations

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

Color information

#4D284A (or 0x4D284A) is known color: Loulou. HEX triplet: 4D, 28 and 4A. RGB value is (77,40,74). Sum of RGB (Red+Green+Blue) = 77+40+74=191 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.31% from 191); Green value is 40 (16.02% from 255 or 20.94% from 191); Blue value is 74 (29.30% from 255 or 38.74% from 191); Max value from RGB is 77 - color contains mainly: red. Hex color #4D284A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D284A is #B2D7B5. Grayscale: #363636. Windows color (decimal): -11720630 or 4859981. OLE color: 4859981.

HSL color Cylindrical-coordinate representation of color #4D284A: hue angle of 304.86º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4D284A is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 40 74 -
CMYK 0 0.48 0.04 0.70
HSL 304.86º 0.32% 0.23% -
HSV(B) 304.86º 0.48% 0.3% -
XYZ 5.06 3.59 6.91 -
YUV 54.94 138.76 143.74 -
System Red Green Blue C M Y K H S L
Decimal 77 40 74 0 0.48 0.04 0.70 304.86 0.32 0.23
Hex 4D 28 4A 0 30 4 46 131 20 17
Octal 115 50 112 0 60 4 106 461 40 27
Binary 1001101 101000 1001010 0 110000 100 1000110 100110001 100000 10111

Color Harmonies of #4D284A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D284A

Black with #4D284A

Text Example


Text Example

White with #4D284A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,40,74); }

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

background-color css

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

 a { background-color: rgb(77,40,74); }

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

border-color css

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

 span { border-color: rgb(77,40,74); }

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