Html Css Color HEX #4F2749 Loulou

📋 copy color: '#4F2749'

red 79 ◦ green 39 ◦ blue 73

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

Shades of Loulou #4F2749

Tints of Loulou #4F2749

RGB

 RED value IS 79 (31.25% from 255) = 41.36%

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

 BLUE value IS 73 (28.91% from 255) = 38.22%

R = 41.36%
G = 20.42%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#4F2749 (or 0x4F2749) is known color: Loulou. HEX triplet: 4F, 27 and 49. RGB value is (79,39,73). Sum of RGB (Red+Green+Blue) = 79+39+73=191 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.36% from 191); Green value is 39 (15.62% from 255 or 20.42% from 191); Blue value is 73 (28.91% from 255 or 38.22% from 191); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2749 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2749 is #B0D8B6. Grayscale: #363636. Windows color (decimal): -11589815 or 4794191. OLE color: 4794191.

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

Color convert

RGB 79 39 73 -
CMYK 0 0.51 0.08 0.69
HSL 309º 0.34% 0.23% -
HSV(B) 309º 0.51% 0.31% -
XYZ 5.15 3.59 6.73 -
YUV 54.84 138.25 145.24 -
System Red Green Blue C M Y K H S L
Decimal 79 39 73 0 0.51 0.08 0.69 309 0.34 0.23
Hex 4F 27 49 0 33 8 45 135 22 17
Octal 117 47 111 0 63 10 105 465 42 27
Binary 1001111 100111 1001001 0 110011 1000 1000101 100110101 100010 10111

Color Harmonies of #4F2749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2749

Black with #4F2749

Text Example


Text Example

White with #4F2749

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,39,73); }

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

background-color css

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

 a { background-color: rgb(79,39,73); }

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

border-color css

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

 span { border-color: rgb(79,39,73); }

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