Html Css Color HEX #4F304C Loulou

📋 copy color: '#4F304C'

red 79 ◦ green 48 ◦ blue 76

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

Shades of Loulou #4F304C

Tints of Loulou #4F304C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.65%

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

R = 38.92%
G = 23.65%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.04

 K value IS 0.69

RGB Variations

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

Color information

#4F304C (or 0x4F304C) is known color: Loulou. HEX triplet: 4F, 30 and 4C. RGB value is (79,48,76). Sum of RGB (Red+Green+Blue) = 79+48+76=203 (26% of max value = 765). Red value is 79 (31.25% from 255 or 38.92% from 203); Green value is 48 (19.14% from 255 or 23.65% from 203); Blue value is 76 (30.08% from 255 or 37.44% from 203); Max value from RGB is 79 - color contains mainly: red. Hex color #4F304C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F304C is #B0CFB3. Grayscale: #3C3C3C. Windows color (decimal): -11587508 or 4993103. OLE color: 4993103.

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

Color convert

RGB 79 48 76 -
CMYK 0 0.39 0.04 0.69
HSL 305.81º 0.24% 0.25% -
HSV(B) 305.81º 0.39% 0.31% -
XYZ 5.59 4.3 7.37 -
YUV 60.46 136.77 141.22 -
System Red Green Blue C M Y K H S L
Decimal 79 48 76 0 0.39 0.04 0.69 305.81 0.24 0.25
Hex 4F 30 4C 0 27 4 45 132 18 19
Octal 117 60 114 0 47 4 105 462 30 31
Binary 1001111 110000 1001100 0 100111 100 1000101 100110010 11000 11001

Color Harmonies of #4F304C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F304C

Black with #4F304C

Text Example


Text Example

White with #4F304C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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