Html Css Color HEX #4B1744 Loulou

📋 copy color: '#4B1744'

red 75 ◦ green 23 ◦ blue 68

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

Shades of Loulou #4B1744

Tints of Loulou #4B1744

RGB

 RED value IS 75 (29.69% from 255) = 45.18%

 GREEN value IS 23 (9.38% from 255) = 13.86%

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

R = 45.18%
G = 13.86%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.09

 K value IS 0.71

RGB Variations

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

Color information

#4B1744 (or 0x4B1744) is known color: Loulou. HEX triplet: 4B, 17 and 44. RGB value is (75,23,68). Sum of RGB (Red+Green+Blue) = 75+23+68=166 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.18% from 166); Green value is 23 (9.38% from 255 or 13.86% from 166); Blue value is 68 (26.95% from 255 or 40.96% from 166); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1744 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B1744 is #B4E8BB. Grayscale: #2B2B2B. Windows color (decimal): -11856060 or 4462411. OLE color: 4462411.

HSL color Cylindrical-coordinate representation of color #4B1744: hue angle of 308.08º degrees, saturation: 0.53, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4B1744 is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 23 68 -
CMYK 0 0.69 0.09 0.71
HSL 308.08º 0.53% 0.19% -
HSV(B) 308.08º 0.69% 0.29% -
XYZ 4.25 2.53 5.73 -
YUV 43.68 141.73 150.34 -
System Red Green Blue C M Y K H S L
Decimal 75 23 68 0 0.69 0.09 0.71 308.08 0.53 0.19
Hex 4B 17 44 0 45 9 47 134 35 13
Octal 113 27 104 0 105 11 107 464 65 23
Binary 1001011 10111 1000100 0 1000101 1001 1000111 100110100 110101 10011

Color Harmonies of #4B1744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B1744

Black with #4B1744

Text Example


Text Example

White with #4B1744

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,23,68); }

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

background-color css

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

 a { background-color: rgb(75,23,68); }

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

border-color css

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

 span { border-color: rgb(75,23,68); }

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