Html Css Color HEX #4F1346 Loulou

📋 copy color: '#4F1346'

red 79 ◦ green 19 ◦ blue 70

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

Shades of Loulou #4F1346

Tints of Loulou #4F1346

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.31%

 BLUE value IS 70 (27.73% from 255) = 41.67%

R = 47.02%
G = 11.31%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.11

 K value IS 0.69

RGB Variations

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

Color information

#4F1346 (or 0x4F1346) is known color: Loulou. HEX triplet: 4F, 13 and 46. RGB value is (79,19,70). Sum of RGB (Red+Green+Blue) = 79+19+70=168 (22% of max value = 765). Red value is 79 (31.25% from 255 or 47.02% from 168); Green value is 19 (7.81% from 255 or 11.31% from 168); Blue value is 70 (27.73% from 255 or 41.67% from 168); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1346 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F1346 is #B0ECB9. Grayscale: #2A2A2A. Windows color (decimal): -11594938 or 4592463. OLE color: 4592463.

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

Color convert

RGB 79 19 70 -
CMYK 0 0.76 0.11 0.69
HSL 309º 0.61% 0.19% -
HSV(B) 309º 0.76% 0.31% -
XYZ 4.56 2.57 6.05 -
YUV 42.75 143.38 153.85 -
System Red Green Blue C M Y K H S L
Decimal 79 19 70 0 0.76 0.11 0.69 309 0.61 0.19
Hex 4F 13 46 0 4C B 45 135 3D 13
Octal 117 23 106 0 114 13 105 465 75 23
Binary 1001111 10011 1000110 0 1001100 1011 1000101 100110101 111101 10011

Color Harmonies of #4F1346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1346

Black with #4F1346

Text Example


Text Example

White with #4F1346

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,19,70); }

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

background-color css

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

 a { background-color: rgb(79,19,70); }

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

border-color css

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

 span { border-color: rgb(79,19,70); }

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