Html Css Color HEX #4C1946 Loulou

📋 copy color: '#4C1946'

red 76 ◦ green 25 ◦ blue 70

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

Shades of Loulou #4C1946

Tints of Loulou #4C1946

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.62%

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

R = 44.44%
G = 14.62%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.08

 K value IS 0.70

RGB Variations

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

Color information

#4C1946 (or 0x4C1946) is known color: Loulou. HEX triplet: 4C, 19 and 46. RGB value is (76,25,70). Sum of RGB (Red+Green+Blue) = 76+25+70=171 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.44% from 171); Green value is 25 (10.16% from 255 or 14.62% from 171); Blue value is 70 (27.73% from 255 or 40.94% from 171); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1946 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1946 is #B3E6B9. Grayscale: #2D2D2D. Windows color (decimal): -11790010 or 4593996. OLE color: 4593996.

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

Color convert

RGB 76 25 70 -
CMYK 0 0.67 0.08 0.70
HSL 307.06º 0.5% 0.2% -
HSV(B) 307.06º 0.67% 0.3% -
XYZ 4.43 2.67 6.08 -
YUV 45.38 141.9 149.84 -
System Red Green Blue C M Y K H S L
Decimal 76 25 70 0 0.67 0.08 0.70 307.06 0.5 0.2
Hex 4C 19 46 0 43 8 46 133 32 14
Octal 114 31 106 0 103 10 106 463 62 24
Binary 1001100 11001 1000110 0 1000011 1000 1000110 100110011 110010 10100

Color Harmonies of #4C1946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1946

Black with #4C1946

Text Example


Text Example

White with #4C1946

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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