Html Css Color HEX #4D214A Loulou

📋 copy color: '#4D214A'

red 77 ◦ green 33 ◦ blue 74

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

Shades of Loulou #4D214A

Tints of Loulou #4D214A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.93%

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

R = 41.85%
G = 17.93%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.04

 K value IS 0.70

RGB Variations

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

Color information

#4D214A (or 0x4D214A) is known color: Loulou. HEX triplet: 4D, 21 and 4A. RGB value is (77,33,74). Sum of RGB (Red+Green+Blue) = 77+33+74=184 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.85% from 184); Green value is 33 (13.28% from 255 or 17.93% from 184); Blue value is 74 (29.30% from 255 or 40.22% from 184); Max value from RGB is 77 - color contains mainly: red. Hex color #4D214A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D214A is #B2DEB5. Grayscale: #323232. Windows color (decimal): -11722422 or 4858189. OLE color: 4858189.

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

Color convert

RGB 77 33 74 -
CMYK 0 0.57 0.04 0.70
HSL 304.09º 0.4% 0.22% -
HSV(B) 304.09º 0.57% 0.3% -
XYZ 4.84 3.16 6.83 -
YUV 50.83 141.08 146.67 -
System Red Green Blue C M Y K H S L
Decimal 77 33 74 0 0.57 0.04 0.70 304.09 0.4 0.22
Hex 4D 21 4A 0 39 4 46 130 28 16
Octal 115 41 112 0 71 4 106 460 50 26
Binary 1001101 100001 1001010 0 111001 100 1000110 100110000 101000 10110

Color Harmonies of #4D214A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D214A

Black with #4D214A

Text Example


Text Example

White with #4D214A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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