Html Css Color HEX #4F1949 Loulou

📋 copy color: '#4F1949'

red 79 ◦ green 25 ◦ blue 73

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

Shades of Loulou #4F1949

Tints of Loulou #4F1949

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.12%

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

R = 44.63%
G = 14.12%
B = 41.24%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#4F1949 (or 0x4F1949) is known color: Loulou. HEX triplet: 4F, 19 and 49. RGB value is (79,25,73). Sum of RGB (Red+Green+Blue) = 79+25+73=177 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.63% from 177); Green value is 25 (10.16% from 255 or 14.12% from 177); Blue value is 73 (28.91% from 255 or 41.24% from 177); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1949 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F1949 is #B0E6B6. Grayscale: #2E2E2E. Windows color (decimal): -11593399 or 4790607. OLE color: 4790607.

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

Color convert

RGB 79 25 73 -
CMYK 0 0.68 0.08 0.69
HSL 306.67º 0.52% 0.2% -
HSV(B) 306.67º 0.68% 0.31% -
XYZ 4.77 2.84 6.6 -
YUV 46.62 142.89 151.1 -
System Red Green Blue C M Y K H S L
Decimal 79 25 73 0 0.68 0.08 0.69 306.67 0.52 0.2
Hex 4F 19 49 0 44 8 45 133 34 14
Octal 117 31 111 0 104 10 105 463 64 24
Binary 1001111 11001 1001001 0 1000100 1000 1000101 100110011 110100 10100

Color Harmonies of #4F1949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1949

Black with #4F1949

Text Example


Text Example

White with #4F1949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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