Html Css Color HEX #4F364C Loulou

📋 copy color: '#4F364C'

red 79 ◦ green 54 ◦ blue 76

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

Shades of Loulou #4F364C

Tints of Loulou #4F364C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.84%

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

R = 37.8%
G = 25.84%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.04

 K value IS 0.69

RGB Variations

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

Color information

#4F364C (or 0x4F364C) is known color: Loulou. HEX triplet: 4F, 36 and 4C. RGB value is (79,54,76). Sum of RGB (Red+Green+Blue) = 79+54+76=209 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.80% from 209); Green value is 54 (21.48% from 255 or 25.84% from 209); Blue value is 76 (30.08% from 255 or 36.36% from 209); Max value from RGB is 79 - color contains mainly: red. Hex color #4F364C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F364C is #B0C9B3. Grayscale: #3F3F3F. Windows color (decimal): -11585972 or 4994639. OLE color: 4994639.

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

Color convert

RGB 79 54 76 -
CMYK 0 0.32 0.04 0.69
HSL 307.2º 0.19% 0.26% -
HSV(B) 307.2º 0.32% 0.31% -
XYZ 5.85 4.82 7.46 -
YUV 63.98 134.78 138.71 -
System Red Green Blue C M Y K H S L
Decimal 79 54 76 0 0.32 0.04 0.69 307.2 0.19 0.26
Hex 4F 36 4C 0 20 4 45 133 13 1A
Octal 117 66 114 0 40 4 105 463 23 32
Binary 1001111 110110 1001100 0 100000 100 1000101 100110011 10011 11010

Color Harmonies of #4F364C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F364C

Black with #4F364C

Text Example


Text Example

White with #4F364C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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