Html Css Color HEX #4F344E Loulou

📋 copy color: '#4F344E'

red 79 ◦ green 52 ◦ blue 78

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

Shades of Loulou #4F344E

Tints of Loulou #4F344E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.88%

 BLUE value IS 78 (30.86% from 255) = 37.32%

R = 37.8%
G = 24.88%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.01

 K value IS 0.69

RGB Variations

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

Color information

#4F344E (or 0x4F344E) is known color: Loulou. HEX triplet: 4F, 34 and 4E. RGB value is (79,52,78). Sum of RGB (Red+Green+Blue) = 79+52+78=209 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.80% from 209); Green value is 52 (20.70% from 255 or 24.88% from 209); Blue value is 78 (30.86% from 255 or 37.32% from 209); Max value from RGB is 79 - color contains mainly: red. Hex color #4F344E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F344E is #B0CBB1. Grayscale: #3E3E3E. Windows color (decimal): -11586482 or 5125199. OLE color: 5125199.

HSL color Cylindrical-coordinate representation of color #4F344E: hue angle of 302.22º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4F344E is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 52 78 -
CMYK 0 0.34 0.01 0.69
HSL 302.22º 0.21% 0.26% -
HSV(B) 302.22º 0.34% 0.31% -
XYZ 5.83 4.67 7.8 -
YUV 63.04 136.45 139.39 -
System Red Green Blue C M Y K H S L
Decimal 79 52 78 0 0.34 0.01 0.69 302.22 0.21 0.26
Hex 4F 34 4E 0 22 1 45 12E 15 1A
Octal 117 64 116 0 42 1 105 456 25 32
Binary 1001111 110100 1001110 0 100010 1 1000101 100101110 10101 11010

Color Harmonies of #4F344E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F344E

Black with #4F344E

Text Example


Text Example

White with #4F344E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,52,78); }

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

background-color css

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

 a { background-color: rgb(79,52,78); }

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

border-color css

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

 span { border-color: rgb(79,52,78); }

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