Html Css Color HEX #4F204A Loulou

📋 copy color: '#4F204A'

red 79 ◦ green 32 ◦ blue 74

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

Shades of Loulou #4F204A

Tints of Loulou #4F204A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 40%

R = 42.7%
G = 17.3%
B = 40%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.06

 K value IS 0.69

RGB Variations

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

Color information

#4F204A (or 0x4F204A) is known color: Loulou. HEX triplet: 4F, 20 and 4A. RGB value is (79,32,74). Sum of RGB (Red+Green+Blue) = 79+32+74=185 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.70% from 185); Green value is 32 (12.89% from 255 or 17.30% from 185); Blue value is 74 (29.30% from 255 or 40% from 185); Max value from RGB is 79 - color contains mainly: red. Hex color #4F204A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F204A is #B0DFB5. Grayscale: #323232. Windows color (decimal): -11591606 or 4857935. OLE color: 4857935.

HSL color Cylindrical-coordinate representation of color #4F204A: hue angle of 306.38º 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 #4F204A is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 32 74 -
CMYK 0 0.59 0.06 0.69
HSL 306.38º 0.42% 0.22% -
HSV(B) 306.38º 0.59% 0.31% -
XYZ 4.98 3.19 6.83 -
YUV 50.84 141.07 148.08 -
System Red Green Blue C M Y K H S L
Decimal 79 32 74 0 0.59 0.06 0.69 306.38 0.42 0.22
Hex 4F 20 4A 0 3B 6 45 132 2A 16
Octal 117 40 112 0 73 6 105 462 52 26
Binary 1001111 100000 1001010 0 111011 110 1000101 100110010 101010 10110

Color Harmonies of #4F204A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F204A

Black with #4F204A

Text Example


Text Example

White with #4F204A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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