Html Css Color HEX #4D334B Loulou

📋 copy color: '#4D334B'

red 77 ◦ green 51 ◦ blue 75

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

Shades of Loulou #4D334B

Tints of Loulou #4D334B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.12%

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

R = 37.93%
G = 25.12%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.03

 K value IS 0.70

RGB Variations

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

Color information

#4D334B (or 0x4D334B) is known color: Loulou. HEX triplet: 4D, 33 and 4B. RGB value is (77,51,75). Sum of RGB (Red+Green+Blue) = 77+51+75=203 (26% of max value = 765). Red value is 77 (30.47% from 255 or 37.93% from 203); Green value is 51 (20.31% from 255 or 25.12% from 203); Blue value is 75 (29.69% from 255 or 36.95% from 203); Max value from RGB is 77 - color contains mainly: red. Hex color #4D334B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D334B is #B2CCB4. Grayscale: #3D3D3D. Windows color (decimal): -11717813 or 4928333. OLE color: 4928333.

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

Color convert

RGB 77 51 75 -
CMYK 0 0.34 0.03 0.70
HSL 304.62º 0.2% 0.25% -
HSV(B) 304.62º 0.34% 0.3% -
XYZ 5.51 4.45 7.23 -
YUV 61.51 135.61 139.05 -
System Red Green Blue C M Y K H S L
Decimal 77 51 75 0 0.34 0.03 0.70 304.62 0.2 0.25
Hex 4D 33 4B 0 22 3 46 131 14 19
Octal 115 63 113 0 42 3 106 461 24 31
Binary 1001101 110011 1001011 0 100010 11 1000110 100110001 10100 11001

Color Harmonies of #4D334B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D334B

Black with #4D334B

Text Example


Text Example

White with #4D334B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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