Html Css Color HEX #4C2E4B Loulou

📋 copy color: '#4C2E4B'

red 76 ◦ green 46 ◦ blue 75

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

Shades of Loulou #4C2E4B

Tints of Loulou #4C2E4B

RGB

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

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

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

R = 38.58%
G = 23.35%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.01

 K value IS 0.70

RGB Variations

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

Color information

#4C2E4B (or 0x4C2E4B) is known color: Loulou. HEX triplet: 4C, 2E and 4B. RGB value is (76,46,75). Sum of RGB (Red+Green+Blue) = 76+46+75=197 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38.58% from 197); Green value is 46 (18.36% from 255 or 23.35% from 197); Blue value is 75 (29.69% from 255 or 38.07% from 197); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2E4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2E4B is #B3D1B4. Grayscale: #3A3A3A. Windows color (decimal): -11784629 or 4927052. OLE color: 4927052.

HSL color Cylindrical-coordinate representation of color #4C2E4B: hue angle of 302º 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 #4C2E4B is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 46 75 -
CMYK 0 0.39 0.01 0.70
HSL 302º 0.25% 0.24% -
HSV(B) 302º 0.39% 0.3% -
XYZ 5.23 4 7.15 -
YUV 58.28 137.44 140.64 -
System Red Green Blue C M Y K H S L
Decimal 76 46 75 0 0.39 0.01 0.70 302 0.25 0.24
Hex 4C 2E 4B 0 27 1 46 12E 19 18
Octal 114 56 113 0 47 1 106 456 31 30
Binary 1001100 101110 1001011 0 100111 1 1000110 100101110 11001 11000

Color Harmonies of #4C2E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2E4B

Black with #4C2E4B

Text Example


Text Example

White with #4C2E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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