Html Css Color HEX #4C1846 Loulou

📋 copy color: '#4C1846'

red 76 ◦ green 24 ◦ blue 70

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

Shades of Loulou #4C1846

Tints of Loulou #4C1846

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.12%

 BLUE value IS 70 (27.73% from 255) = 41.18%

R = 44.71%
G = 14.12%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.08

 K value IS 0.70

RGB Variations

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

Color information

#4C1846 (or 0x4C1846) is known color: Loulou. HEX triplet: 4C, 18 and 46. RGB value is (76,24,70). Sum of RGB (Red+Green+Blue) = 76+24+70=170 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.71% from 170); Green value is 24 (9.77% from 255 or 14.12% from 170); Blue value is 70 (27.73% from 255 or 41.18% from 170); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1846 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1846 is #B3E7B9. Grayscale: #2C2C2C. Windows color (decimal): -11790266 or 4593740. OLE color: 4593740.

HSL color Cylindrical-coordinate representation of color #4C1846: hue angle of 306.92º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4C1846 is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 24 70 -
CMYK 0 0.68 0.08 0.70
HSL 306.92º 0.52% 0.2% -
HSV(B) 306.92º 0.68% 0.3% -
XYZ 4.41 2.63 6.07 -
YUV 44.79 142.23 150.26 -
System Red Green Blue C M Y K H S L
Decimal 76 24 70 0 0.68 0.08 0.70 306.92 0.52 0.2
Hex 4C 18 46 0 44 8 46 133 34 14
Octal 114 30 106 0 104 10 106 463 64 24
Binary 1001100 11000 1000110 0 1000100 1000 1000110 100110011 110100 10100

Color Harmonies of #4C1846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1846

Black with #4C1846

Text Example


Text Example

White with #4C1846

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,24,70); }

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

background-color css

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

 a { background-color: rgb(76,24,70); }

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

border-color css

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

 span { border-color: rgb(76,24,70); }

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