Html Css Color HEX #4F0E48 Loulou

📋 copy color: '#4F0E48'

red 79 ◦ green 14 ◦ blue 72

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

Shades of Loulou #4F0E48

Tints of Loulou #4F0E48

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.48%

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

R = 47.88%
G = 8.48%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#4F0E48 (or 0x4F0E48) is known color: Loulou. HEX triplet: 4F, 0E and 48. RGB value is (79,14,72). Sum of RGB (Red+Green+Blue) = 79+14+72=165 (21% of max value = 765). Red value is 79 (31.25% from 255 or 47.88% from 165); Green value is 14 (5.86% from 255 or 8.48% from 165); Blue value is 72 (28.52% from 255 or 43.64% from 165); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0E48 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0E48 is #B0F1B7. Grayscale: #272727. Windows color (decimal): -11596216 or 4722255. OLE color: 4722255.

HSL color Cylindrical-coordinate representation of color #4F0E48: hue angle of 306.46º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4F0E48 is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 14 72 -
CMYK 0 0.82 0.09 0.69
HSL 306.46º 0.7% 0.18% -
HSV(B) 306.46º 0.82% 0.31% -
XYZ 4.55 2.44 6.36 -
YUV 40.05 146.03 155.78 -
System Red Green Blue C M Y K H S L
Decimal 79 14 72 0 0.82 0.09 0.69 306.46 0.7 0.18
Hex 4F E 48 0 52 9 45 132 46 12
Octal 117 16 110 0 122 11 105 462 106 22
Binary 1001111 1110 1001000 0 1010010 1001 1000101 100110010 1000110 10010

Color Harmonies of #4F0E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0E48

Black with #4F0E48

Text Example


Text Example

White with #4F0E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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