Html Css Color HEX #4F334C Loulou

📋 copy color: '#4F334C'

red 79 ◦ green 51 ◦ blue 76

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

Shades of Loulou #4F334C

Tints of Loulou #4F334C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.76%

 BLUE value IS 76 (30.08% from 255) = 36.89%

R = 38.35%
G = 24.76%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.04

 K value IS 0.69

RGB Variations

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

Color information

#4F334C (or 0x4F334C) is known color: Loulou. HEX triplet: 4F, 33 and 4C. RGB value is (79,51,76). Sum of RGB (Red+Green+Blue) = 79+51+76=206 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.35% from 206); Green value is 51 (20.31% from 255 or 24.76% from 206); Blue value is 76 (30.08% from 255 or 36.89% from 206); Max value from RGB is 79 - color contains mainly: red. Hex color #4F334C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F334C is #B0CCB3. Grayscale: #3E3E3E. Windows color (decimal): -11586740 or 4993871. OLE color: 4993871.

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

Color convert

RGB 79 51 76 -
CMYK 0 0.35 0.04 0.69
HSL 306.43º 0.22% 0.25% -
HSV(B) 306.43º 0.35% 0.31% -
XYZ 5.71 4.55 7.41 -
YUV 62.22 135.78 139.97 -
System Red Green Blue C M Y K H S L
Decimal 79 51 76 0 0.35 0.04 0.69 306.43 0.22 0.25
Hex 4F 33 4C 0 23 4 45 132 16 19
Octal 117 63 114 0 43 4 105 462 26 31
Binary 1001111 110011 1001100 0 100011 100 1000101 100110010 10110 11001

Color Harmonies of #4F334C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F334C

Black with #4F334C

Text Example


Text Example

White with #4F334C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,51,76); }

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

background-color css

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

 a { background-color: rgb(79,51,76); }

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

border-color css

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

 span { border-color: rgb(79,51,76); }

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