Html Css Color HEX #4F2048 Loulou

📋 copy color: '#4F2048'

red 79 ◦ green 32 ◦ blue 72

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

Shades of Loulou #4F2048

Tints of Loulou #4F2048

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.49%

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

R = 43.17%
G = 17.49%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#4F2048 (or 0x4F2048) is known color: Loulou. HEX triplet: 4F, 20 and 48. RGB value is (79,32,72). Sum of RGB (Red+Green+Blue) = 79+32+72=183 (24% of max value = 765). Red value is 79 (31.25% from 255 or 43.17% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 72 (28.52% from 255 or 39.34% from 183); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2048 is #B0DFB7. Grayscale: #323232. Windows color (decimal): -11591608 or 4726863. OLE color: 4726863.

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

Color convert

RGB 79 32 72 -
CMYK 0 0.59 0.09 0.69
HSL 308.94º 0.42% 0.22% -
HSV(B) 308.94º 0.59% 0.31% -
XYZ 4.91 3.16 6.48 -
YUV 50.61 140.07 148.25 -
System Red Green Blue C M Y K H S L
Decimal 79 32 72 0 0.59 0.09 0.69 308.94 0.42 0.22
Hex 4F 20 48 0 3B 9 45 135 2A 16
Octal 117 40 110 0 73 11 105 465 52 26
Binary 1001111 100000 1001000 0 111011 1001 1000101 100110101 101010 10110

Color Harmonies of #4F2048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2048

Black with #4F2048

Text Example


Text Example

White with #4F2048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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