Html Css Color HEX #4F2948 Loulou

📋 copy color: '#4F2948'

red 79 ◦ green 41 ◦ blue 72

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

Shades of Loulou #4F2948

Tints of Loulou #4F2948

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.35%

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

R = 41.15%
G = 21.35%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#4F2948 (or 0x4F2948) is known color: Loulou. HEX triplet: 4F, 29 and 48. RGB value is (79,41,72). Sum of RGB (Red+Green+Blue) = 79+41+72=192 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.15% from 192); Green value is 41 (16.41% from 255 or 21.35% from 192); Blue value is 72 (28.52% from 255 or 37.5% from 192); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2948 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2948 is #B0D6B7. Grayscale: #373737. Windows color (decimal): -11589304 or 4729167. OLE color: 4729167.

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

Color convert

RGB 79 41 72 -
CMYK 0 0.48 0.09 0.69
HSL 311.05º 0.32% 0.24% -
HSV(B) 311.05º 0.48% 0.31% -
XYZ 5.19 3.72 6.57 -
YUV 55.9 137.09 144.48 -
System Red Green Blue C M Y K H S L
Decimal 79 41 72 0 0.48 0.09 0.69 311.05 0.32 0.24
Hex 4F 29 48 0 30 9 45 137 20 18
Octal 117 51 110 0 60 11 105 467 40 30
Binary 1001111 101001 1001000 0 110000 1001 1000101 100110111 100000 11000

Color Harmonies of #4F2948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2948

Black with #4F2948

Text Example


Text Example

White with #4F2948

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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