Html Css Color HEX #4F384B Loulou

📋 copy color: '#4F384B'

red 79 ◦ green 56 ◦ blue 75

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

Shades of Loulou #4F384B

Tints of Loulou #4F384B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 35.71%

R = 37.62%
G = 26.67%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.05

 K value IS 0.69

RGB Variations

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

Color information

#4F384B (or 0x4F384B) is known color: Loulou. HEX triplet: 4F, 38 and 4B. RGB value is (79,56,75). Sum of RGB (Red+Green+Blue) = 79+56+75=210 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.62% from 210); Green value is 56 (22.27% from 255 or 26.67% from 210); Blue value is 75 (29.69% from 255 or 35.71% from 210); Max value from RGB is 79 - color contains mainly: red. Hex color #4F384B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F384B is #B0C7B4. Grayscale: #404040. Windows color (decimal): -11585461 or 4929615. OLE color: 4929615.

HSL color Cylindrical-coordinate representation of color #4F384B: hue angle of 310.43º 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 #4F384B is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 56 75 -
CMYK 0 0.29 0.05 0.69
HSL 310.43º 0.17% 0.26% -
HSV(B) 310.43º 0.29% 0.31% -
XYZ 5.91 5 7.31 -
YUV 65.04 133.62 137.96 -
System Red Green Blue C M Y K H S L
Decimal 79 56 75 0 0.29 0.05 0.69 310.43 0.17 0.26
Hex 4F 38 4B 0 1D 5 45 136 11 1A
Octal 117 70 113 0 35 5 105 466 21 32
Binary 1001111 111000 1001011 0 11101 101 1000101 100110110 10001 11010

Color Harmonies of #4F384B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F384B

Black with #4F384B

Text Example


Text Example

White with #4F384B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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