Html Css Color HEX #4F384A Loulou

📋 copy color: '#4F384A'

red 79 ◦ green 56 ◦ blue 74

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

Shades of Loulou #4F384A

Tints of Loulou #4F384A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.79%

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

R = 37.8%
G = 26.79%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.06

 K value IS 0.69

RGB Variations

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

Color information

#4F384A (or 0x4F384A) is known color: Loulou. HEX triplet: 4F, 38 and 4A. RGB value is (79,56,74). Sum of RGB (Red+Green+Blue) = 79+56+74=209 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.80% from 209); Green value is 56 (22.27% from 255 or 26.79% from 209); Blue value is 74 (29.30% from 255 or 35.41% from 209); Max value from RGB is 79 - color contains mainly: red. Hex color #4F384A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F384A is #B0C7B5. Grayscale: #404040. Windows color (decimal): -11585462 or 4864079. OLE color: 4864079.

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

Color convert

RGB 79 56 74 -
CMYK 0 0.29 0.06 0.69
HSL 313.04º 0.17% 0.26% -
HSV(B) 313.04º 0.29% 0.31% -
XYZ 5.87 4.99 7.13 -
YUV 64.93 133.12 138.04 -
System Red Green Blue C M Y K H S L
Decimal 79 56 74 0 0.29 0.06 0.69 313.04 0.17 0.26
Hex 4F 38 4A 0 1D 6 45 139 11 1A
Octal 117 70 112 0 35 6 105 471 21 32
Binary 1001111 111000 1001010 0 11101 110 1000101 100111001 10001 11010

Color Harmonies of #4F384A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F384A

Black with #4F384A

Text Example


Text Example

White with #4F384A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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