Html Css Color HEX #4D264B Loulou

📋 copy color: '#4D264B'

red 77 ◦ green 38 ◦ blue 75

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

Shades of Loulou #4D264B

Tints of Loulou #4D264B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20%

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

R = 40.53%
G = 20%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.03

 K value IS 0.70

RGB Variations

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

Color information

#4D264B (or 0x4D264B) is known color: Loulou. HEX triplet: 4D, 26 and 4B. RGB value is (77,38,75). Sum of RGB (Red+Green+Blue) = 77+38+75=190 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.53% from 190); Green value is 38 (15.23% from 255 or 20% from 190); Blue value is 75 (29.69% from 255 or 39.47% from 190); Max value from RGB is 77 - color contains mainly: red. Hex color #4D264B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D264B is #B2D9B4. Grayscale: #353535. Windows color (decimal): -11721141 or 4925005. OLE color: 4925005.

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

Color convert

RGB 77 38 75 -
CMYK 0 0.51 0.03 0.70
HSL 303.08º 0.34% 0.23% -
HSV(B) 303.08º 0.51% 0.3% -
XYZ 5.02 3.47 7.06 -
YUV 53.88 139.92 144.49 -
System Red Green Blue C M Y K H S L
Decimal 77 38 75 0 0.51 0.03 0.70 303.08 0.34 0.23
Hex 4D 26 4B 0 33 3 46 12F 22 17
Octal 115 46 113 0 63 3 106 457 42 27
Binary 1001101 100110 1001011 0 110011 11 1000110 100101111 100010 10111

Color Harmonies of #4D264B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D264B

Black with #4D264B

Text Example


Text Example

White with #4D264B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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