Html Css Color HEX #4C384B Loulou

📋 copy color: '#4C384B'

red 76 ◦ green 56 ◦ blue 75

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

Shades of Loulou #4C384B

Tints of Loulou #4C384B

RGB

 RED value IS 76 (30.08% from 255) = 36.71%

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

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

R = 36.71%
G = 27.05%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.01

 K value IS 0.70

RGB Variations

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

Color information

#4C384B (or 0x4C384B) is known color: Loulou. HEX triplet: 4C, 38 and 4B. RGB value is (76,56,75). Sum of RGB (Red+Green+Blue) = 76+56+75=207 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.71% from 207); Green value is 56 (22.27% from 255 or 27.05% from 207); Blue value is 75 (29.69% from 255 or 36.23% from 207); Max value from RGB is 76 - color contains mainly: red. Hex color #4C384B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C384B is #B3C7B4. Grayscale: #404040. Windows color (decimal): -11782069 or 4929612. OLE color: 4929612.

HSL color Cylindrical-coordinate representation of color #4C384B: hue angle of 303º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4C384B is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 56 75 -
CMYK 0 0.26 0.01 0.70
HSL 303º 0.15% 0.26% -
HSV(B) 303º 0.26% 0.3% -
XYZ 5.66 4.87 7.3 -
YUV 64.15 134.13 136.46 -
System Red Green Blue C M Y K H S L
Decimal 76 56 75 0 0.26 0.01 0.70 303 0.15 0.26
Hex 4C 38 4B 0 1A 1 46 12F F 1A
Octal 114 70 113 0 32 1 106 457 17 32
Binary 1001100 111000 1001011 0 11010 1 1000110 100101111 1111 11010

Color Harmonies of #4C384B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C384B

Black with #4C384B

Text Example


Text Example

White with #4C384B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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