Html Css Color HEX #4B1743 Loulou

📋 copy color: '#4B1743'

red 75 ◦ green 23 ◦ blue 67

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

Shades of Loulou #4B1743

Tints of Loulou #4B1743

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 40.61%

R = 45.45%
G = 13.94%
B = 40.61%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#4B1743 (or 0x4B1743) is known color: Loulou. HEX triplet: 4B, 17 and 43. RGB value is (75,23,67). Sum of RGB (Red+Green+Blue) = 75+23+67=165 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.45% from 165); Green value is 23 (9.38% from 255 or 13.94% from 165); Blue value is 67 (26.56% from 255 or 40.61% from 165); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1743 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B1743 is #B4E8BC. Grayscale: #2B2B2B. Windows color (decimal): -11856061 or 4396875. OLE color: 4396875.

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

Color convert

RGB 75 23 67 -
CMYK 0 0.69 0.11 0.71
HSL 309.23º 0.53% 0.19% -
HSV(B) 309.23º 0.69% 0.29% -
XYZ 4.22 2.51 5.57 -
YUV 43.56 141.23 150.42 -
System Red Green Blue C M Y K H S L
Decimal 75 23 67 0 0.69 0.11 0.71 309.23 0.53 0.19
Hex 4B 17 43 0 45 B 47 135 35 13
Octal 113 27 103 0 105 13 107 465 65 23
Binary 1001011 10111 1000011 0 1000101 1011 1000111 100110101 110101 10011

Color Harmonies of #4B1743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B1743

Black with #4B1743

Text Example


Text Example

White with #4B1743

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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