Html Css Color HEX #4D314B Loulou

📋 copy color: '#4D314B'

red 77 ◦ green 49 ◦ blue 75

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

Shades of Loulou #4D314B

Tints of Loulou #4D314B

RGB

 RED value IS 77 (30.47% from 255) = 38.31%

 GREEN value IS 49 (19.53% from 255) = 24.38%

 BLUE value IS 75 (29.69% from 255) = 37.31%

R = 38.31%
G = 24.38%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.03

 K value IS 0.70

RGB Variations

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

Color information

#4D314B (or 0x4D314B) is known color: Loulou. HEX triplet: 4D, 31 and 4B. RGB value is (77,49,75). Sum of RGB (Red+Green+Blue) = 77+49+75=201 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.31% from 201); Green value is 49 (19.53% from 255 or 24.38% from 201); Blue value is 75 (29.69% from 255 or 37.31% from 201); Max value from RGB is 77 - color contains mainly: red. Hex color #4D314B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D314B is #B2CEB4. Grayscale: #3C3C3C. Windows color (decimal): -11718325 or 4927821. OLE color: 4927821.

HSL color Cylindrical-coordinate representation of color #4D314B: hue angle of 304.29º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4D314B is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 49 75 -
CMYK 0 0.36 0.03 0.70
HSL 304.29º 0.22% 0.25% -
HSV(B) 304.29º 0.36% 0.3% -
XYZ 5.43 4.28 7.2 -
YUV 60.34 136.28 139.89 -
System Red Green Blue C M Y K H S L
Decimal 77 49 75 0 0.36 0.03 0.70 304.29 0.22 0.25
Hex 4D 31 4B 0 24 3 46 130 16 19
Octal 115 61 113 0 44 3 106 460 26 31
Binary 1001101 110001 1001011 0 100100 11 1000110 100110000 10110 11001

Color Harmonies of #4D314B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D314B

Black with #4D314B

Text Example


Text Example

White with #4D314B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,49,75); }

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

background-color css

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

 a { background-color: rgb(77,49,75); }

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

border-color css

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

 span { border-color: rgb(77,49,75); }

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