Html Css Color HEX #4B3046 Loulou

📋 copy color: '#4B3046'

red 75 ◦ green 48 ◦ blue 70

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

Shades of Loulou #4B3046

Tints of Loulou #4B3046

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.87%

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

R = 38.86%
G = 24.87%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.71

RGB Variations

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

Color information

#4B3046 (or 0x4B3046) is known color: Loulou. HEX triplet: 4B, 30 and 46. RGB value is (75,48,70). Sum of RGB (Red+Green+Blue) = 75+48+70=193 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.86% from 193); Green value is 48 (19.14% from 255 or 24.87% from 193); Blue value is 70 (27.73% from 255 or 36.27% from 193); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3046 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3046 is #B4CFB9. Grayscale: #3A3A3A. Windows color (decimal): -11849658 or 4599883. OLE color: 4599883.

HSL color Cylindrical-coordinate representation of color #4B3046: hue angle of 311.11º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4B3046 is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 48 70 -
CMYK 0 0.36 0.07 0.71
HSL 311.11º 0.22% 0.24% -
HSV(B) 311.11º 0.36% 0.29% -
XYZ 5.06 4.05 6.31 -
YUV 58.58 134.45 139.71 -
System Red Green Blue C M Y K H S L
Decimal 75 48 70 0 0.36 0.07 0.71 311.11 0.22 0.24
Hex 4B 30 46 0 24 7 47 137 16 18
Octal 113 60 106 0 44 7 107 467 26 30
Binary 1001011 110000 1000110 0 100100 111 1000111 100110111 10110 11000

Color Harmonies of #4B3046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3046

Black with #4B3046

Text Example


Text Example

White with #4B3046

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,48,70); }

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

background-color css

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

 a { background-color: rgb(75,48,70); }

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

border-color css

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

 span { border-color: rgb(75,48,70); }

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