Html Css Color HEX #4C2E4A Loulou

📋 copy color: '#4C2E4A'

red 76 ◦ green 46 ◦ blue 74

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

Shades of Loulou #4C2E4A

Tints of Loulou #4C2E4A

RGB

 RED value IS 76 (30.08% from 255) = 38.78%

 GREEN value IS 46 (18.36% from 255) = 23.47%

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

R = 38.78%
G = 23.47%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.03

 K value IS 0.70

RGB Variations

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

Color information

#4C2E4A (or 0x4C2E4A) is known color: Loulou. HEX triplet: 4C, 2E and 4A. RGB value is (76,46,74). Sum of RGB (Red+Green+Blue) = 76+46+74=196 (25% of max value = 765). Red value is 76 (30.08% from 255 or 38.78% from 196); Green value is 46 (18.36% from 255 or 23.47% from 196); Blue value is 74 (29.30% from 255 or 37.76% from 196); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2E4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2E4A is #B3D1B5. Grayscale: #3A3A3A. Windows color (decimal): -11784630 or 4861516. OLE color: 4861516.

HSL color Cylindrical-coordinate representation of color #4C2E4A: hue angle of 304º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4C2E4A is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 46 74 -
CMYK 0 0.39 0.03 0.70
HSL 304º 0.25% 0.24% -
HSV(B) 304º 0.39% 0.3% -
XYZ 5.19 3.98 6.97 -
YUV 58.16 136.94 140.72 -
System Red Green Blue C M Y K H S L
Decimal 76 46 74 0 0.39 0.03 0.70 304 0.25 0.24
Hex 4C 2E 4A 0 27 3 46 130 19 18
Octal 114 56 112 0 47 3 106 460 31 30
Binary 1001100 101110 1001010 0 100111 11 1000110 100110000 11001 11000

Color Harmonies of #4C2E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2E4A

Black with #4C2E4A

Text Example


Text Example

White with #4C2E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,46,74); }

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

background-color css

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

 a { background-color: rgb(76,46,74); }

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

border-color css

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

 span { border-color: rgb(76,46,74); }

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