Html Css Color HEX #4C1844 Loulou

📋 copy color: '#4C1844'

red 76 ◦ green 24 ◦ blue 68

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

Shades of Loulou #4C1844

Tints of Loulou #4C1844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 40.48%

R = 45.24%
G = 14.29%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.11

 K value IS 0.70

RGB Variations

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

Color information

#4C1844 (or 0x4C1844) is known color: Loulou. HEX triplet: 4C, 18 and 44. RGB value is (76,24,68). Sum of RGB (Red+Green+Blue) = 76+24+68=168 (22% of max value = 765). Red value is 76 (30.08% from 255 or 45.24% from 168); Green value is 24 (9.77% from 255 or 14.29% from 168); Blue value is 68 (26.95% from 255 or 40.48% from 168); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1844 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1844 is #B3E7BB. Grayscale: #2C2C2C. Windows color (decimal): -11790268 or 4462668. OLE color: 4462668.

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

Color convert

RGB 76 24 68 -
CMYK 0 0.68 0.11 0.70
HSL 309.23º 0.52% 0.2% -
HSV(B) 309.23º 0.68% 0.3% -
XYZ 4.35 2.61 5.74 -
YUV 44.56 141.23 150.42 -
System Red Green Blue C M Y K H S L
Decimal 76 24 68 0 0.68 0.11 0.70 309.23 0.52 0.2
Hex 4C 18 44 0 44 B 46 135 34 14
Octal 114 30 104 0 104 13 106 465 64 24
Binary 1001100 11000 1000100 0 1000100 1011 1000110 100110101 110100 10100

Color Harmonies of #4C1844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1844

Black with #4C1844

Text Example


Text Example

White with #4C1844

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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