Html Css Color HEX #4F184A Loulou

📋 copy color: '#4F184A'

red 79 ◦ green 24 ◦ blue 74

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

Shades of Loulou #4F184A

Tints of Loulou #4F184A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.56%

 BLUE value IS 74 (29.3% from 255) = 41.81%

R = 44.63%
G = 13.56%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.06

 K value IS 0.69

RGB Variations

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

Color information

#4F184A (or 0x4F184A) is known color: Loulou. HEX triplet: 4F, 18 and 4A. RGB value is (79,24,74). Sum of RGB (Red+Green+Blue) = 79+24+74=177 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.63% from 177); Green value is 24 (9.77% from 255 or 13.56% from 177); Blue value is 74 (29.30% from 255 or 41.81% from 177); Max value from RGB is 79 - color contains mainly: red. Hex color #4F184A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F184A is #B0E7B5. Grayscale: #2E2E2E. Windows color (decimal): -11593654 or 4855887. OLE color: 4855887.

HSL color Cylindrical-coordinate representation of color #4F184A: hue angle of 305.45º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4F184A is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 24 74 -
CMYK 0 0.70 0.06 0.69
HSL 305.45º 0.53% 0.2% -
HSV(B) 305.45º 0.7% 0.31% -
XYZ 4.79 2.81 6.77 -
YUV 46.15 143.72 151.43 -
System Red Green Blue C M Y K H S L
Decimal 79 24 74 0 0.70 0.06 0.69 305.45 0.53 0.2
Hex 4F 18 4A 0 46 6 45 131 35 14
Octal 117 30 112 0 106 6 105 461 65 24
Binary 1001111 11000 1001010 0 1000110 110 1000101 100110001 110101 10100

Color Harmonies of #4F184A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F184A

Black with #4F184A

Text Example


Text Example

White with #4F184A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,24,74); }

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

background-color css

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

 a { background-color: rgb(79,24,74); }

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

border-color css

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

 span { border-color: rgb(79,24,74); }

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