Html Css Color HEX #4F1048 Loulou

📋 copy color: '#4F1048'

red 79 ◦ green 16 ◦ blue 72

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

Shades of Loulou #4F1048

Tints of Loulou #4F1048

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.58%

 BLUE value IS 72 (28.52% from 255) = 43.11%

R = 47.31%
G = 9.58%
B = 43.11%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#4F1048 (or 0x4F1048) is known color: Loulou. HEX triplet: 4F, 10 and 48. RGB value is (79,16,72). Sum of RGB (Red+Green+Blue) = 79+16+72=167 (22% of max value = 765). Red value is 79 (31.25% from 255 or 47.31% from 167); Green value is 16 (6.64% from 255 or 9.58% from 167); Blue value is 72 (28.52% from 255 or 43.11% from 167); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1048 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F1048 is #B0EFB7. Grayscale: #292929. Windows color (decimal): -11595704 or 4722767. OLE color: 4722767.

HSL color Cylindrical-coordinate representation of color #4F1048: hue angle of 306.67º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F1048 is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 16 72 -
CMYK 0 0.80 0.09 0.69
HSL 306.67º 0.66% 0.19% -
HSV(B) 306.67º 0.8% 0.31% -
XYZ 4.58 2.5 6.37 -
YUV 41.22 145.37 154.95 -
System Red Green Blue C M Y K H S L
Decimal 79 16 72 0 0.80 0.09 0.69 306.67 0.66 0.19
Hex 4F 10 48 0 50 9 45 133 42 13
Octal 117 20 110 0 120 11 105 463 102 23
Binary 1001111 10000 1001000 0 1010000 1001 1000101 100110011 1000010 10011

Color Harmonies of #4F1048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1048

Black with #4F1048

Text Example


Text Example

White with #4F1048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,16,72); }

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

background-color css

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

 a { background-color: rgb(79,16,72); }

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

border-color css

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

 span { border-color: rgb(79,16,72); }

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