Html Css Color HEX #4B2F48 Loulou

📋 copy color: '#4B2F48'

red 75 ◦ green 47 ◦ blue 72

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

Shades of Loulou #4B2F48

Tints of Loulou #4B2F48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 37.11%

R = 38.66%
G = 24.23%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.04

 K value IS 0.71

RGB Variations

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

Color information

#4B2F48 (or 0x4B2F48) is known color: Loulou. HEX triplet: 4B, 2F and 48. RGB value is (75,47,72). Sum of RGB (Red+Green+Blue) = 75+47+72=194 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.66% from 194); Green value is 47 (18.75% from 255 or 24.23% from 194); Blue value is 72 (28.52% from 255 or 37.11% from 194); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2F48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2F48 is #B4D0B7. Grayscale: #3A3A3A. Windows color (decimal): -11849912 or 4730699. OLE color: 4730699.

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

Color convert

RGB 75 47 72 -
CMYK 0 0.37 0.04 0.71
HSL 306.43º 0.23% 0.24% -
HSV(B) 306.43º 0.37% 0.29% -
XYZ 5.09 4 6.63 -
YUV 58.22 135.78 139.97 -
System Red Green Blue C M Y K H S L
Decimal 75 47 72 0 0.37 0.04 0.71 306.43 0.23 0.24
Hex 4B 2F 48 0 25 4 47 132 17 18
Octal 113 57 110 0 45 4 107 462 27 30
Binary 1001011 101111 1001000 0 100101 100 1000111 100110010 10111 11000

Color Harmonies of #4B2F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2F48

Black with #4B2F48

Text Example


Text Example

White with #4B2F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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