Html Css Color HEX #4B2F47 Loulou

📋 copy color: '#4B2F47'

red 75 ◦ green 47 ◦ blue 71

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

Shades of Loulou #4B2F47

Tints of Loulou #4B2F47

RGB

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

 GREEN value IS 47 (18.75% from 255) = 24.35%

 BLUE value IS 71 (28.13% from 255) = 36.79%

R = 38.86%
G = 24.35%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.05

 K value IS 0.71

RGB Variations

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

Color information

#4B2F47 (or 0x4B2F47) is known color: Loulou. HEX triplet: 4B, 2F and 47. RGB value is (75,47,71). Sum of RGB (Red+Green+Blue) = 75+47+71=193 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.86% from 193); Green value is 47 (18.75% from 255 or 24.35% from 193); Blue value is 71 (28.12% from 255 or 36.79% from 193); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2F47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2F47 is #B4D0B8. Grayscale: #3A3A3A. Windows color (decimal): -11849913 or 4665163. OLE color: 4665163.

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

Color convert

RGB 75 47 71 -
CMYK 0 0.37 0.05 0.71
HSL 308.57º 0.23% 0.24% -
HSV(B) 308.57º 0.37% 0.29% -
XYZ 5.06 3.98 6.46 -
YUV 58.11 135.28 140.05 -
System Red Green Blue C M Y K H S L
Decimal 75 47 71 0 0.37 0.05 0.71 308.57 0.23 0.24
Hex 4B 2F 47 0 25 5 47 135 17 18
Octal 113 57 107 0 45 5 107 465 27 30
Binary 1001011 101111 1000111 0 100101 101 1000111 100110101 10111 11000

Color Harmonies of #4B2F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2F47

Black with #4B2F47

Text Example


Text Example

White with #4B2F47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,47,71); }

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

background-color css

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

 a { background-color: rgb(75,47,71); }

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

border-color css

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

 span { border-color: rgb(75,47,71); }

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