Html Css Color HEX #4D274B Loulou

📋 copy color: '#4D274B'

red 77 ◦ green 39 ◦ blue 75

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

Shades of Loulou #4D274B

Tints of Loulou #4D274B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.42%

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

R = 40.31%
G = 20.42%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.03

 K value IS 0.70

RGB Variations

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

Color information

#4D274B (or 0x4D274B) is known color: Loulou. HEX triplet: 4D, 27 and 4B. RGB value is (77,39,75). Sum of RGB (Red+Green+Blue) = 77+39+75=191 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.31% from 191); Green value is 39 (15.62% from 255 or 20.42% from 191); Blue value is 75 (29.69% from 255 or 39.27% from 191); Max value from RGB is 77 - color contains mainly: red. Hex color #4D274B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D274B is #B2D8B4. Grayscale: #363636. Windows color (decimal): -11720885 or 4925261. OLE color: 4925261.

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

Color convert

RGB 77 39 75 -
CMYK 0 0.49 0.03 0.70
HSL 303.16º 0.33% 0.23% -
HSV(B) 303.16º 0.49% 0.3% -
XYZ 5.06 3.54 7.07 -
YUV 54.47 139.59 144.07 -
System Red Green Blue C M Y K H S L
Decimal 77 39 75 0 0.49 0.03 0.70 303.16 0.33 0.23
Hex 4D 27 4B 0 31 3 46 12F 21 17
Octal 115 47 113 0 61 3 106 457 41 27
Binary 1001101 100111 1001011 0 110001 11 1000110 100101111 100001 10111

Color Harmonies of #4D274B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D274B

Black with #4D274B

Text Example


Text Example

White with #4D274B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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